diff --git a/src/iconsidepane.cpp b/src/iconsidepane.cpp --- a/src/iconsidepane.cpp +++ b/src/iconsidepane.cpp @@ -98,12 +98,6 @@ { } - void emitReset() - { - //FIXME - //Q_EMIT reset(); - } - void setPluginList(const QList &list) { pluginList = list; @@ -539,7 +533,7 @@ Prefs::self()->setSidePaneShowIcons(mShowIcons); Prefs::self()->setSidePaneShowText(mShowText); - mModel->emitReset(); + reset(); QTimer::singleShot(0, this, &Navigator::updateNavigatorSize); }