diff options
Diffstat (limited to 'quackleio/froggetopt.h')
-rw-r--r-- | quackleio/froggetopt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quackleio/froggetopt.h b/quackleio/froggetopt.h index 7376dd4..895dd9e 100644 --- a/quackleio/froggetopt.h +++ b/quackleio/froggetopt.h @@ -103,6 +103,7 @@ private: QMap<QString, int> setOptions; void init( int argc, char *argv[], int offset = 1 ); + void init( const QStringList &argv, int offset = 1 ); void addOption( Option o ); void setSwitch( const Option &o ); |