+ Make destructor virtual for classes with virtual methods (based on DevJohan's patch)

This commit is contained in:
wmayer
2014-07-26 19:17:12 +02:00
parent 4dee80f4e1
commit 6b1e6a66ad
9 changed files with 30 additions and 25 deletions

View File

@@ -60,8 +60,8 @@ private:
InputField::InputField(QWidget * parent)
: QLineEdit(parent),
actUnitValue(0),
validInput(true),
actUnitValue(0),
Maximum(DOUBLE_MAX),
Minimum(-DOUBLE_MAX),
StepSize(1.0),