[Bug 60658] Crash in MainWindowIDEAl::~MainWindowIDEAl on exit

Mantia Andras amantia at freemail.hu
Sat Jul 19 18:09:02 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=60658     
amantia at freemail.hu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From amantia at freemail.hu  2003-07-19 18:08 -------
Subject: kdevelop

CVS commit by amantia: 

Don't crash on exit.

CCMAIL: 60658-done at bugs.kde.org


  M +1 -0      ChangeLog   1.1064
  M +2 -1      src/mainwindowideal.h   1.14


--- kdevelop/ChangeLog  #1.1063:1.1064
@@ -1,4 +1,5 @@
 2003-07-19 Andras Mantia <amantia at freemail.hu>
     * apply the editor settings to the opened files
+    * don't crash on exit [#60658]
 
 2003-07-15 Andras Mantia <amantia at freemail.hu>

--- kdevelop/src/mainwindowideal.h  #1.13:1.14
@@ -26,4 +26,5 @@
 #include <qdatetime.h>
 #include <qmap.h>
+#include <qguardedptr.h>
 
 
@@ -71,5 +72,5 @@ protected:
    * Pointer to the Window menu. SDI specific. MDI uses the feature of qextmdimainfrm.
    */
-   QPopupMenu              *m_pWindowMenu;
+   QGuardedPtr<QPopupMenu> m_pWindowMenu;
 
 public slots:




More information about the KDevelop-devel mailing list