fix build failure introduced by b45c2fc
This commit is contained in:
parent
067b5af84d
commit
8712163dba
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue