mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-03 23:05:11 -04:00
More linux work.
This commit is contained in:
@ -16,7 +16,7 @@ class SpinBox : public QSpinBox
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit SpinBox(QWidget* parent = 0, int height = 16, int step = 1);
|
||||
explicit SpinBox(QWidget* p = 0, int height = 16, int step = 1);
|
||||
virtual ~SpinBox() { }
|
||||
void SetValueStealth(int d);
|
||||
void DoubleClick(bool b);
|
||||
|
Reference in New Issue
Block a user