diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-02-02 18:56:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-02-02 18:56:48 +0000 |
| commit | 8f16bbb82e55f2ee157b3227b1b320629fbe36bb (patch) | |
| tree | e9aa4957e6e4c2e4847473b1e4cdd3f180939448 | |
| parent | 6a27f81209e9df4cc04236eb825327c054e7e149 (diff) | |
| download | qmmp-8f16bbb82e55f2ee157b3227b1b320629fbe36bb.tar.gz qmmp-8f16bbb82e55f2ee157b3227b1b320629fbe36bb.tar.bz2 qmmp-8f16bbb82e55f2ee157b3227b1b320629fbe36bb.zip | |
fixed headers
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4060 90c681e8-e032-0410-971d-27865f9a5e38
| -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 |
