diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-06-06 16:19:33 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-06-06 16:19:33 -0400 |
| commit | 59ad783231ece6407bcfc7b8215738d90b31ee6b (patch) | |
| tree | 8a06bc06a922da5aad8deda2ebff2ea6b39e86bd /sigencore/plugins/ClientPlugin.h | |
| parent | c7cacbb9d6fc3ed49f3de8397df2041abc9d7d03 (diff) | |
| download | sigen-59ad783231ece6407bcfc7b8215738d90b31ee6b.tar.gz sigen-59ad783231ece6407bcfc7b8215738d90b31ee6b.tar.xz sigen-59ad783231ece6407bcfc7b8215738d90b31ee6b.zip | |
Add extension query for plugins
Diffstat (limited to 'sigencore/plugins/ClientPlugin.h')
| -rw-r--r-- | sigencore/plugins/ClientPlugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sigencore/plugins/ClientPlugin.h b/sigencore/plugins/ClientPlugin.h index 081b9fd9..eba14efd 100644 --- a/sigencore/plugins/ClientPlugin.h +++ b/sigencore/plugins/ClientPlugin.h @@ -50,6 +50,7 @@ class SIGENCOREPLUGINS_EXPORT ClientPlugin : public PluginBase virtual QStringList classList() const = 0; virtual QString description(const QString& name) const = 0; virtual QIcon icon(const QString& name) const = 0; + virtual QStringList extensions(const QString& name) const = 0; protected: virtual Client* createClient(const QString& name, Sigscript::GameWrapper* game, Sigscript::Config* parent) = 0; protected slots: |
