From: Konrad Rosenbaum Date: Thu, 31 Jan 2013 21:24:50 +0000 (+0100) Subject: switch clock example to C++11 X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=fee5547ca1a548f73a5221dcd9ccb88461740375;p=web%2Fkonrad%2Fpack.git switch clock example to C++11 --- diff --git a/examples/clock/qtc/clock.cpp b/examples/clock/qtc/clock.cpp index 23e1f85..cfa2b30 100644 --- a/examples/clock/qtc/clock.cpp +++ b/examples/clock/qtc/clock.cpp @@ -98,6 +98,7 @@ int main(int argc,char**argv) //initialize the interface, set URL and debug mode ifc.setUrl(url); ifc.setLogLevel(WInterface::LogDetailed); + qDebug()<<"Using URL"<