aboutsummaryrefslogtreecommitdiff
path: root/mapman/src/groupview.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mapman/src/groupview.hpp')
-rw-r--r--mapman/src/groupview.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mapman/src/groupview.hpp b/mapman/src/groupview.hpp
index 52c1bd0..6db8838 100644
--- a/mapman/src/groupview.hpp
+++ b/mapman/src/groupview.hpp
@@ -10,6 +10,7 @@ class QPushButton;
class QLineEdit;
class QSpinBox;
class QLabel;
+class QComboBox;
class QStandardItemModel;
class QSortFilterProxyModel;
class map_library;
@@ -42,6 +43,7 @@ private:
QLineEdit *tefilter;
QSpinBox *sbh;
QSpinBox *sbv;
+ QComboBox *cbscale;
QPushButton *pbapply;
bool dirty;
map_library *l;