From ea69cfbbde29fef2f792d1eab702699aada088bf Mon Sep 17 00:00:00 2001 From: leseb Date: Sun, 16 Jun 2002 16:15:47 +0000 Subject: Fix memory leaks --- (limited to 'noncore/unsupported/mail2/viewmail.h') diff --git a/noncore/unsupported/mail2/viewmail.h b/noncore/unsupported/mail2/viewmail.h index a013e43..efc2300 100644 --- a/noncore/unsupported/mail2/viewmail.h +++ b/noncore/unsupported/mail2/viewmail.h @@ -43,6 +43,10 @@ class ViewMail : public ViewMailBase public: ViewMail(IMAPResponseFETCH &mail, IMAPHandler *handler, QWidget *parent = 0, const char *name = 0, WFlags fl = Qt::WType_Modal); + ~ViewMail(); + + void hide(); + void exec(); protected: // void fillList(IMAPResponseBODYSTRUCTURE &structure); @@ -55,6 +59,7 @@ protected slots: void slotIMAPUid(IMAPResponse &response); private: + bool _inLoop; IMAPResponseFETCH _mail; IMAPHandler *_handler; QString _mailHtml; -- cgit v0.9.0.2