More linux work.

This commit is contained in:
mfeemster
2014-12-10 21:50:15 -08:00
parent 0438827ba5
commit a9ecb6a78e
61 changed files with 1415 additions and 627 deletions

View File

@ -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);