aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorDavid Doan <daviddoan@Davids-MacBook-Pro-193.local>2023-12-13 03:58:13 -0500
committerDavid Doan <daviddoan@Davids-MacBook-Pro-193.local>2023-12-13 03:58:13 -0500
commiteaea332f31d8f14caf2f4675779241ad30655fc3 (patch)
tree27171231562e677ce72e7c0daeda707f2e6f93d6 /src/mainwindow.h
parent87e614254bc0b1ad0f2ac28a5092c97caab09d7a (diff)
camera movement
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();
};