diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-02-12 16:46:17 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-17 10:56:43 -0800 |
commit | fe2a264db3ee9ef49c87e5530d8d198357cd43b5 (patch) | |
tree | d18afcb3ab3d71cd48e45b8ad6160091e4a83c05 /qt-ui/simplewidgets.h | |
parent | dd24eaa377bf95fa9dafd43ca5989aebd822663b (diff) | |
download | subsurface-fe2a264db3ee9ef49c87e5530d8d198357cd43b5.tar.gz |
Store camera time offset in preferences
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/simplewidgets.h')
-rw-r--r-- | qt-ui/simplewidgets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/simplewidgets.h b/qt-ui/simplewidgets.h index 6cf5bcda0..d227c91df 100644 --- a/qt-ui/simplewidgets.h +++ b/qt-ui/simplewidgets.h @@ -60,6 +60,7 @@ class ShiftImageTimesDialog : public QDialog { public: explicit ShiftImageTimesDialog(QWidget *parent); int amount() const; + void setOffset(int offset); private slots: void buttonClicked(QAbstractButton *button); private: |