aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Visual/analyzer/visualanalyzerfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-05-05 19:19:44 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-05-05 19:19:44 +0000
commitc05ecee0b871e1946f5400d50e272aa163446953 (patch)
tree0fcfcde3a8a78beaa7fd23b2be1d894763c29636 /src/plugins/Visual/analyzer/visualanalyzerfactory.cpp
parent37c90426e01c66c7127b4c58b620bd5dea8a3211 (diff)
downloadqmmp-c05ecee0b871e1946f5400d50e272aa163446953.tar.gz
qmmp-c05ecee0b871e1946f5400d50e272aa163446953.tar.bz2
qmmp-c05ecee0b871e1946f5400d50e272aa163446953.zip
mpris: register service before object
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9947 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Visual/analyzer/visualanalyzerfactory.cpp')
0 files changed, 0 insertions, 0 deletions
************************************/ #ifndef COPYPASTEFACTORY_H #define COPYPASTEFACTORY_H /** @author Ilya Kotov <forkotov02@hotmail.ru> */ #include <QObject> #include <QTranslator> #include <QDialog> #include <qmmpui/general.h> #include <qmmpui/generalfactory.h> class CopyPasteFactory : public QObject, public GeneralFactory { Q_OBJECT Q_INTERFACES(GeneralFactory) public: const GeneralProperties properties() const; QObject *create(QObject *parent); QDialog *createConfigDialog(QWidget *); void showAbout(QWidget *parent); QTranslator *createTranslator(QObject *parent); }; #endif // COPYPASTEFACTORY_H