summaryrefslogtreecommitdiffstats
path: root/tests/hawd/module.cpp
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-10 08:49:45 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-11 01:02:32 +0100
commit558ca7f17ae4f6df48b999e98c4004a49549cd79 (patch)
treefd5dfb6a5dbe1768ce4a85fd3b804cf28bf366f2 /tests/hawd/module.cpp
parent49400da50b9095ea8b935135877ed76163552c7f (diff)
downloadsink-558ca7f17ae4f6df48b999e98c4004a49549cd79.tar.gz
sink-558ca7f17ae4f6df48b999e98c4004a49549cd79.zip
print command
Diffstat (limited to 'tests/hawd/module.cpp')
-rw-r--r--tests/hawd/module.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hawd/module.cpp b/tests/hawd/module.cpp
index eb45def..7753b44 100644
--- a/tests/hawd/module.cpp
+++ b/tests/hawd/module.cpp
@@ -21,6 +21,7 @@
21 21
22#include "modules/list.h" 22#include "modules/list.h"
23#include "modules/check.h" 23#include "modules/check.h"
24#include "modules/print.h"
24 25
25#include <QCoreApplication> 26#include <QCoreApplication>
26 27
@@ -51,7 +52,7 @@ void Module::loadModules()
51 addModule(List()); 52 addModule(List());
52 addModule(Check()); 53 addModule(Check());
53 addModule(CheckAll()); 54 addModule(CheckAll());
54// addModule(Print()); 55 addModule(Print());
55// addModule(Annotate()); 56// addModule(Annotate());
56// addModule(Remove()); 57// addModule(Remove());
57} 58}