summaryrefslogtreecommitdiff
path: root/quackleio/froggetopt.h
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2017-08-02 00:21:40 -0500
committerGitHub <noreply@github.com>2017-08-02 00:21:40 -0500
commit6684280feec74fa4c58066cf8e667b5f19a717c7 (patch)
tree6fa1e702d41eaac6e985f4e6adc1e0574f0574e5 /quackleio/froggetopt.h
parent9593f48793d6a11617de47a96c282f9ddb153cd5 (diff)
parenta91130890c24612fd4c1fba0fabce5723ffe78d4 (diff)
Merge pull request #37 from gokceneraslan/qt55
Port quackle to Qt 5.5
Diffstat (limited to 'quackleio/froggetopt.h')
-rw-r--r--quackleio/froggetopt.h1
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 );