aboutsummaryrefslogtreecommitdiff
path: root/src/performcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/performcommand.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/performcommand.cpp b/src/performcommand.cpp
new file mode 100644
index 0000000..7c7dd42
--- /dev/null
+++ b/src/performcommand.cpp
@@ -0,0 +1,12 @@
1#include "performcommand.h"
2#include "plugger.h"
3
4PluginInterface2(command, PerformCommand, Perform, "Mike Buland", 0, 1 );
5
6PerformCommand::PerformCommand()
7{
8}
9
10PerformCommand::~PerformCommand()
11{
12}