SVN commit 994993 by mjansen:
Fix runtime warning:
type=Qt::AutoConnection) at
/home/mjansen/kde/trunk/src/qtmaster/src/corelib/kernel/qobject.cpp:2534
at
/home/mjansen/kde/trunk/src/kdebase/workspace/plasma/applets/kickoff/core/systemmodel.cpp:97
at
/home/mjansen/kde/trunk/src/kdebase/workspace/plasma/applets/kickoff/core/systemmodel.cpp:134
CCMAIL:[email protected]
M +1 -1 systemmodel.cpp
--- trunk/KDE/kdebase/workspace/plasma/applets/kickoff/core/systemmodel.cpp
#994992:994993
@@ -94,7 +94,7 @@
q, SLOT(startRefreshingUsageInfo()));
refreshTimer.start(10000);
QTimer::singleShot(0, q, SLOT(startRefreshingUsageInfo()));
- connect(KSycoca::self(), SIGNAL(databaseChanged()), q,
SLOT(reloadApplications()));
+ connect(KSycoca::self(), SIGNAL(databaseChanged(const QStringList&)),
q, SLOT(reloadApplications()));
}
void queryFreeSpace(const QString& mountPoint) {
_______________________________________________
Plasma-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/plasma-devel