aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Misc/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Misc/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.h')
-rw-r--r--src/plugins/Misc/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/plugins/Misc/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.h b/src/plugins/Misc/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.h
deleted file mode 100644
index 6fbf3d24a..000000000
--- a/src/plugins/Misc/CommandLineOptions/IncDecVolumeOption/incdecvolumeoption.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef IncDecVolumeCommandLineOption_H
-#define IncDecVolumeCommandLineOption_H
-
-#include <commandlineoption.h>
-
-#include <QString>
-#include <QObject>
-
-class MainWindow;
-
-class IncDecVolumeCommandLineOption : public QObject, public CommandLineOption
-{
-Q_OBJECT
-Q_INTERFACES(CommandLineOption)
-public:
- virtual bool identify(const QString& opt_str)const;
- virtual const QString name()const;
- virtual const QString helpString()const;
- virtual void executeCommand(const QString& opt_str,MainWindow* mw);
-};
-
-#endif
-