aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorNicholas Bottone <nick@bottone.io>2023-12-13 04:50:24 -0500
committerNicholas Bottone <nick@bottone.io>2023-12-13 04:50:24 -0500
commitc6c65df3122329a8748899d48ddeeb04ed23518d (patch)
tree0134c84410aeab070a11c6c825355eebbc4be74e /src/mainwindow.h
parent4fec8b268774f7e0159f143fb57cd1432ac16259 (diff)
Update currTimeLabel and emit timeValueChanged signal
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index d8a1dc1..b608dd5 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -56,6 +56,7 @@ private:
QPushButton *rotateNegative;
QSlider *wSlider;
QDoubleSpinBox *wBox;
+ QLabel *currTimeLabel;
private slots:
@@ -87,4 +88,5 @@ private slots:
void onValChangeWSlider(int newValue);
void onValChangeWBox(double newValue);
// void updateCameraPosition();
+ void updateTimeValue();
};