Finished implementing zoom button drag feature
[situare] / src / common.h
index 9c295f1..c9669f1 100644 (file)
@@ -34,4 +34,5 @@ const QColor COLOR_GRAY = QColor(152, 152, 152);                           ///<
 const QFont NOKIA_FONT_NORMAL = QFont("Nokia Sans", 18, QFont::Normal);    ///< Normal font
 const QFont NOKIA_FONT_SMALL = QFont("Nokia Sans", 13, QFont::Normal);     ///< Small font
 
+const QString ZOOMPANEL_POSITION = "ZoomPanelPosition";
 #endif // COMMON_H