mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
dd24eaa377
commit
fe2a264db3
4 changed files with 36 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue