[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:12:43 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=8dd56cf

The following commit has been merged in the master branch:
commit 8dd56cfd5a99522e388342981828664da9c1644f
Author: Daniele E. Domenichelli <ddomenichelli at kde.org>
Date:   Mon Mar 4 00:48:29 2013 +0100

    Set the delegate as parent for overlays
    
    Reviewed-by: Martin Klapetek <martin.klapetek at gmail.com>
---
 contact-list-widget.cpp | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/contact-list-widget.cpp b/contact-list-widget.cpp
index 44dcbbe..85d7132 100644
--- a/contact-list-widget.cpp
+++ b/contact-list-widget.cpp
@@ -240,13 +240,12 @@ void ContactListWidget::addOverlayButtons()
 {
     Q_D(ContactListWidget);
 
-    TextChannelContactOverlay *textOverlay  = new TextChannelContactOverlay(this);
-    AudioChannelContactOverlay *audioOverlay = new AudioChannelContactOverlay(this);
-    VideoChannelContactOverlay *videoOverlay = new VideoChannelContactOverlay(this);
-
-    FileTransferContactOverlay *fileOverlay  = new FileTransferContactOverlay(this);
-    DesktopSharingContactOverlay *desktopOverlay = new DesktopSharingContactOverlay(this);
-    LogViewerOverlay *logViewerOverlay = new LogViewerOverlay(this);
+    TextChannelContactOverlay *textOverlay  = new TextChannelContactOverlay(d->delegate);
+    AudioChannelContactOverlay *audioOverlay = new AudioChannelContactOverlay(d->delegate);
+    VideoChannelContactOverlay *videoOverlay = new VideoChannelContactOverlay(d->delegate);
+    FileTransferContactOverlay *fileOverlay  = new FileTransferContactOverlay(d->delegate);
+    DesktopSharingContactOverlay *desktopOverlay = new DesktopSharingContactOverlay(d->delegate);
+    LogViewerOverlay *logViewerOverlay = new LogViewerOverlay(d->delegate);
 
     d->delegate->installOverlay(textOverlay);
     d->delegate->installOverlay(audioOverlay);

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list