aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 06f27be..d8a1dc1 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -53,7 +53,7 @@ private:
QDoubleSpinBox *zwBox;
QSlider *maxTimeSlider;
QSpinBox *maxTimeSpinBox;
- QCheckBox *rotateNegative;
+ QPushButton *rotateNegative;
QSlider *wSlider;
QDoubleSpinBox *wBox;
@@ -86,5 +86,5 @@ private slots:
void updateRotationSlider(float newValue);
void onValChangeWSlider(int newValue);
void onValChangeWBox(double newValue);
- void updateCameraPosition();
+ // void updateCameraPosition();
};