~ximilian/igotu2gpx/bugfixing

« back to all changes in this revision

Viewing changes to src/programs/igotugui/plugindialog.cpp

  • Committer: Michael Hofmann
  • Date: 2011-05-28 20:26:13 UTC
  • Revision ID: mh21@piware.de-20110528202613-1jyl7s707nwv97ja
Cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
    Q_FOREACH (const QString &group, settings.childGroups())
152
152
        if (group.startsWith(QLatin1String("Qt Plugin Cache ")))
153
153
            settings.remove(group);
154
 
    PluginLoader().reloadPlugins();
 
154
    PluginLoader().reloadAllPlugins();
155
155
    scanPlugins();
156
156
}
157
157