summaryrefslogtreecommitdiffstats
path: root/src/CommandLineOptions.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-05 16:28:18 +0100
committerJonathan Bauer2011-03-05 16:28:18 +0100
commit978f4863eb2e95a9520246c28d18fbc4f340f1a5 (patch)
tree8ef652c7beffd2e44b342550a4713ef0a214bd1f /src/CommandLineOptions.h
parentCommand line options parsing moved to its own class, in preparation for Settings (diff)
downloadfbgui-978f4863eb2e95a9520246c28d18fbc4f340f1a5.tar.gz
fbgui-978f4863eb2e95a9520246c28d18fbc4f340f1a5.tar.xz
fbgui-978f4863eb2e95a9520246c28d18fbc4f340f1a5.zip
misc.
Diffstat (limited to 'src/CommandLineOptions.h')
-rw-r--r--src/CommandLineOptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CommandLineOptions.h b/src/CommandLineOptions.h
index a8b15d4..e75a690 100644
--- a/src/CommandLineOptions.h
+++ b/src/CommandLineOptions.h
@@ -2,6 +2,7 @@
#define COMMANDLINEOPTIONS_H
#include <QMap>
+#include <QString>
class CommandLineOptions {
public: