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

List:       kde-commits
Subject:    branches/work/kdelibs4_snapshot/kdecore
From:       David Faure <faure () kde ! org>
Date:       2006-06-19 11:10:39
Message-ID: 1150715439.599272.21584.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 552881 by dfaure:

Avoid confusing qWarning


 M  +2 -1      kdedmodule.cpp  


--- branches/work/kdelibs4_snapshot/kdecore/kdedmodule.cpp #552880:552881
@@ -62,7 +62,8 @@
 {
    QString realPath = d->moduleName = name;
    realPath.prepend("/modules/");
-   QDBus::sessionBus().registerObject(realPath, this, \
QDBusConnection::ExportContents | QDBusConnection::ExportAdaptors); +   // \
ExportSignals not used since it triggers a warning at this point +   \
QDBus::sessionBus().registerObject(realPath, this, QDBusConnection::ExportSlots | \
QDBusConnection::ExportProperties | QDBusConnection::ExportAdaptors);  }
 
 QString KDEDModule::moduleName() const


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

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