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

List:       kde-commits
Subject:    playground/utils/filelight/src/part
From:       Jakub Stachowski <qbast () go2 ! pl>
Date:       2010-03-14 19:51:00
Message-ID: 1268596260.482843.25503.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1103301 by qbast:

If parent is used as QWidget at some point then it better actually be a QWidget instance.

BUG: 215893




 M  +2 -1      part.cpp  


--- trunk/playground/utils/filelight/src/part/part.cpp #1103300:1103301
@@ -62,7 +62,6 @@
         , m_ext(new BrowserExtension(this))
         , m_statusbar(new StatusBarExtension(this))
         , m_map(0)
-        , m_manager(new ScanManager(this))
         , m_started(false)
 {
     Config::read();
@@ -76,6 +75,8 @@
 
     m_layout = new QGridLayout(widget());
     widget()->setLayout(m_layout);
+    
+    m_manager = new ScanManager(widget());
 
     m_map = new RadialMap::Widget(widget());
     m_layout->addWidget(m_map);
[prev in list] [next in list] [prev in thread] [next in thread] 

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