Added a toggle button, and fields to set home and work addresses.
[ptas] / zouba / location.h
index f04ad98..018d578 100644 (file)
@@ -20,14 +20,15 @@ public:
 
   ~Location();
 
-  void resolveAddress( QString address );
-
   QString x() const;
 
   QString y() const;
 
   bool isValid() const;
 
+public Q_SLOTS:
+  void resolveAddress( QString address );
+
 Q_SIGNALS:
   void becomeValid();