diff options
| -rw-r--r-- | src/plugins/Visual/analyzer/visualanalyzerfactory.h | 4 | ||||
| -rw-r--r-- | src/qmmp/visualfactory.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/Visual/analyzer/visualanalyzerfactory.h b/src/plugins/Visual/analyzer/visualanalyzerfactory.h index 2f2ed2133..15d9820e8 100644 --- a/src/plugins/Visual/analyzer/visualanalyzerfactory.h +++ b/src/plugins/Visual/analyzer/visualanalyzerfactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by Ilya Kotov * + * Copyright (C) 2008-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -32,7 +32,7 @@ class VisualAnalyzerFactory : public QObject, public VisualFactory { Q_OBJECT -Q_INTERFACES(VisualFactory); +Q_INTERFACES(VisualFactory) public: const VisualProperties properties() const; diff --git a/src/qmmp/visualfactory.h b/src/qmmp/visualfactory.h index 6566d8f9f..9be774493 100644 --- a/src/qmmp/visualfactory.h +++ b/src/qmmp/visualfactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2009 by Ilya Kotov * + * Copyright (C) 2008-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -84,6 +84,6 @@ public: virtual QTranslator *createTranslator(QObject *parent) = 0; }; -Q_DECLARE_INTERFACE(VisualFactory, "VisualFactory/1.0"); +Q_DECLARE_INTERFACE(VisualFactory, "VisualFactory/1.0") #endif |
