diff options
| author | Jonathan Bauer | 2011-03-05 16:28:18 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-05 16:28:18 +0100 |
| commit | 978f4863eb2e95a9520246c28d18fbc4f340f1a5 (patch) | |
| tree | 8ef652c7beffd2e44b342550a4713ef0a214bd1f /src/CommandLineOptions.h | |
| parent | Command line options parsing moved to its own class, in preparation for Settings (diff) | |
| download | fbgui-978f4863eb2e95a9520246c28d18fbc4f340f1a5.tar.gz fbgui-978f4863eb2e95a9520246c28d18fbc4f340f1a5.tar.xz fbgui-978f4863eb2e95a9520246c28d18fbc4f340f1a5.zip | |
misc.
Diffstat (limited to 'src/CommandLineOptions.h')
| -rw-r--r-- | src/CommandLineOptions.h | 1 |
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: |
