~ximilian/igotu2gpx/bugfixing

« back to all changes in this revision

Viewing changes to src/lib/igotu/pluginloader.h

  • 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:
41
41
    QMap<QString, QString> pluginsWithErrors() const;
42
42
 
43
43
public Q_SLOTS:
44
 
    void reloadPlugins();
 
44
    void loadRemainingPlugins();
 
45
    void reloadAllPlugins();
45
46
 
46
47
Q_SIGNALS:
47
48
    void pluginsLoaded();