From 0c4f091e74a5c6d1e0b5f4cf47670bd1c3e1e3e6 Mon Sep 17 00:00:00 2001 From: Gökçen Eraslan Date: Tue, 12 Jan 2016 21:38:22 +0100 Subject: Port Quackle to Qt 5.5 --- quackleio/froggetopt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'quackleio/froggetopt.h') 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 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 ); -- cgit v1.2.3