From cf9609c876318f0c27914a723af915a9acfdbcc3 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Sat, 5 Mar 2011 16:09:54 +0100 Subject: Command line options parsing moved to its own class, in preparation for Settings --- src/CommandLineOptions.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/CommandLineOptions.h (limited to 'src/CommandLineOptions.h') diff --git a/src/CommandLineOptions.h b/src/CommandLineOptions.h new file mode 100644 index 0000000..a8b15d4 --- /dev/null +++ b/src/CommandLineOptions.h @@ -0,0 +1,16 @@ +#ifndef COMMANDLINEOPTIONS_H +#define COMMANDLINEOPTIONS_H + +#include + +class CommandLineOptions { + public: + CommandLineOptions(int argc, char * const argv[]); + ~CommandLineOptions(); + private: + QMap options; +}; + + + +#endif // COMMANDLINEOPTIONS_H -- cgit v1.2.3-55-g7522