From 5443c7182151c7f9082e58f207d7c88e11826d08 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Sun, 6 Mar 2011 12:08:34 +0100 Subject: updated code structure, main loop now separate from fbgui class....... --- src/CommandLineOptions.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/CommandLineOptions.h (limited to 'src/CommandLineOptions.h') diff --git a/src/CommandLineOptions.h b/src/CommandLineOptions.h deleted file mode 100644 index dc56d34..0000000 --- a/src/CommandLineOptions.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef COMMANDLINEOPTIONS_H -#define COMMANDLINEOPTIONS_H - -#include -#include - -class CommandLineOptions { - public: - CommandLineOptions(int argc, char * const argv[]); - ~CommandLineOptions(); - - bool contains(const QString& key) const { - return options.contains(key); - } - - QString value(const QString& key) const { - return options.value(key); - } - private: - QMap options; -}; - - - -#endif // COMMANDLINEOPTIONS_H -- cgit v1.2.3-55-g7522