[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim] calendarsupport: Don't leak AttachmentHandler.
From:       Sergio Martins <iamsergio () gmail ! com>
Date:       2013-06-30 20:09:16
Message-ID: E1UtNvw-0007w8-DW () scm ! kde ! org
[Download RAW message or body]

Git commit cd6cb8b9653e81d59f4c3e877e154ca9f932c2e1 by Sergio Martins.
Committed on 30/06/2013 at 20:02.
Pushed by smartins into branch 'master'.

Don't leak AttachmentHandler.

M  +1    -1    calendarsupport/attachmenthandler.cpp

http://commits.kde.org/kdepim/cd6cb8b9653e81d59f4c3e877e154ca9f932c2e1

diff --git a/calendarsupport/attachmenthandler.cpp b/calendarsupport/attach=
menthandler.cpp
index cd31b93..38a31b2 100644
--- a/calendarsupport/attachmenthandler.cpp
+++ b/calendarsupport/attachmenthandler.cpp
@@ -63,7 +63,7 @@ class AttachmentHandler::Private
     QPointer<QWidget> mParent;
 };
 =

-AttachmentHandler::AttachmentHandler( QWidget *parent ) : d( new Private( =
parent ) )
+AttachmentHandler::AttachmentHandler( QWidget *parent ) : QObject( parent =
), d( new Private( parent ) )
 {
 =

 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic