summaryrefslogtreecommitdiffstats
path: root/weather/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'weather/main.cpp')
-rw-r--r--weather/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/weather/main.cpp b/weather/main.cpp
index c98ded2..2b9bcdf 100644
--- a/weather/main.cpp
+++ b/weather/main.cpp
@@ -49,6 +49,7 @@
#include "symbiannetwork.h"
#endif
+
int main(int argc, char **argv)
{
qRegisterMetaType<ForecastData>("ForecastData");
@@ -61,7 +62,7 @@ int main(int argc, char **argv)
#ifdef Q_OS_SYMBIAN
const bool connected = connect();
#else
- const bool connected = true;
+ const bool connected = false;
#endif
if (connected)