aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
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();
};