Removed leading zeros of line codes, and fixed unit test.
[ptas] / zouba / qt / location.h
index 18f93b6..2f4c440 100644 (file)
@@ -10,6 +10,11 @@ public:
   {
   };
 
+  Location( QString address )
+  {
+    Q_UNUSED( address );
+  };
+
   QString x;
   QString y;
 };