diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-20 19:00:29 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-20 19:00:29 +0000 |
| commit | 24b5ddfcbfe13a6d51365004aa276ffb269fac62 (patch) | |
| tree | c01c732d6100b4593cac185e164039a44ace4f62 /src/qmmpui/generalfactory.h | |
| parent | f7922b3fd6e83b04f07f036e56023017bc5bacfa (diff) | |
| download | qmmp-24b5ddfcbfe13a6d51365004aa276ffb269fac62.tar.gz qmmp-24b5ddfcbfe13a6d51365004aa276ffb269fac62.tar.bz2 qmmp-24b5ddfcbfe13a6d51365004aa276ffb269fac62.zip | |
improved general plugin configuration
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@252 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/generalfactory.h')
| -rw-r--r-- | src/qmmpui/generalfactory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/generalfactory.h b/src/qmmpui/generalfactory.h index 3038b597c..980d0b0f1 100644 --- a/src/qmmpui/generalfactory.h +++ b/src/qmmpui/generalfactory.h @@ -25,6 +25,7 @@ */ class QObject; class QTranslator; +class QDialog; class General; @@ -41,7 +42,7 @@ public: virtual ~GeneralFactory() {} virtual const GeneralProperties properties() const = 0; virtual General *create(QObject *parent) = 0; - virtual void showSettings(QWidget *parent) = 0; + virtual QDialog *createConfigDialog(QWidget *parent) = 0; virtual void showAbout(QWidget *parent) = 0; virtual QTranslator *createTranslator(QObject *parent) = 0; }; |
