QTfrontend/hwform.cpp
changeset 8287 e2a5dece221f
parent 8284 a874d00df4a4
child 8291 e4a0d980d1e2
--- a/QTfrontend/hwform.cpp	Mon Dec 10 11:45:21 2012 +0400
+++ b/QTfrontend/hwform.cpp	Mon Dec 10 12:06:02 2012 +0400
@@ -147,6 +147,7 @@
     ui.pageOptions->setConfig(config);
 #endif
 
+#ifdef __APPLE__
     AutoUpdater* updater = NULL;
     if (config->isAutoUpdateEnabled())
     {
@@ -161,6 +162,7 @@
             delete updater;
         }
     }
+#endif
 
 #ifdef __APPLE__
     panel = new M3Panel;