mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: pass KSycoca::databaseChanged() argument to WeatherEngine::updateIonList()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9e15b41dae
commit
8f84fe5b38
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ void WeatherEngine::init()
|
|||
status == Solid::Networking::Unknown);
|
||||
connect(Solid::Networking::notifier(), SIGNAL(statusChanged(Solid::Networking::Status)),
|
||||
this, SLOT(networkStatusChanged(Solid::Networking::Status)));
|
||||
connect(KSycoca::self(), SIGNAL(databaseChanged(QStringList)), this, SLOT(updateIonList()));
|
||||
connect(KSycoca::self(), SIGNAL(databaseChanged(QStringList)), this, SLOT(updateIonList(QStringList)));
|
||||
|
||||
updateIonList();
|
||||
kDebug() << "init()";
|
||||
|
|
Loading…
Add table
Reference in a new issue