fix build failure introduced by b45c2fc

This commit is contained in:
Joachim Schmitz 2015-11-24 10:09:38 +01:00
parent 067b5af84d
commit 8712163dba

View file

@ -53,7 +53,7 @@ class MagValidator : public QValidator {
// MagBox
//---------------------------------------------------------
class MagBox : protected QComboBox {
class MagBox : public QComboBox {
Q_OBJECT
double freeMag;
@ -80,7 +80,7 @@ class MagBox : protected QComboBox {
} // namespace Ms
Q_DECLARE_METATYPE(Ms::MagIdx)
Q_DECLARE_METATYPE(Ms::MagIdx);
#endif