diff options
Diffstat (limited to 'src/plugins/General/converter/converterfactory.h')
| -rw-r--r-- | src/plugins/General/converter/converterfactory.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/General/converter/converterfactory.h b/src/plugins/General/converter/converterfactory.h index 33949664f..83d90ab76 100644 --- a/src/plugins/General/converter/converterfactory.h +++ b/src/plugins/General/converter/converterfactory.h @@ -20,15 +20,16 @@ #ifndef CONVERTERFACTORY_H #define CONVERTERFACTORY_H -/** - @author Ilya Kotov <forkotov02@hotmail.ru> -*/ + #include <QObject> #include <QTranslator> #include <QDialog> #include <qmmpui/general.h> #include <qmmpui/generalfactory.h> +/** + @author Ilya Kotov <forkotov02@hotmail.ru> +*/ class ConverterFactory : public QObject, public GeneralFactory { Q_OBJECT |
