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

List:       kde-commits
Subject:    branches/KDE/4.0/kdelibs/kdeui/itemviews
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2008-01-19 12:33:53
Message-ID: 1200746033.983317.18690.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 763431 by aacid:

backport r763430
****************
use the correct way of passing a parameter to invokeMethod, sorry for breaking it


 M  +1 -1      ktreewidgetsearchline.cpp  


--- branches/KDE/4.0/kdelibs/kdeui/itemviews/ktreewidgetsearchline.cpp #763430:763431
@@ -587,7 +587,7 @@
 
   // can't call createWidgets directly because it calls virtual functions
   // that might not work if called directly from here due to how inheritance works
-  QMetaObject::invokeMethod(this, SLOT(createWidgets()), Qt::QueuedConnection);
+  QMetaObject::invokeMethod(this, "createWidgets", Qt::QueuedConnection);
 }
 
 KTreeWidgetSearchLineWidget::~KTreeWidgetSearchLineWidget()
[prev in list] [next in list] [prev in thread] [next in thread] 

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