Changes: removed locations singleton.
[ptas] / zouba / src / locations.h
index 40f8be0..fa74faa 100644 (file)
@@ -26,7 +26,7 @@ public Q_SLOTS:
 private:
   void restoreLocations();
   static QHash<QString,Location *> locationHash;
-  static Locations singleton;
+  static bool initialised;
 
   void saveLocation( Location *location );
 };