Store camera time offset in preferences

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2014-02-12 16:46:17 +01:00 committed by Dirk Hohndel
parent dd24eaa377
commit fe2a264db3
4 changed files with 36 additions and 0 deletions

View file

@ -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: