mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 01:06:16 +00:00
Remove unused method signature.
This was declared on a class definition, but never implemented. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a59ac2199b
commit
815f9d204f
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ public:
|
||||||
explicit ShiftImageTimesDialog(QWidget *parent);
|
explicit ShiftImageTimesDialog(QWidget *parent);
|
||||||
time_t amount() const;
|
time_t amount() const;
|
||||||
void setOffset(time_t offset);
|
void setOffset(time_t offset);
|
||||||
time_t epochFromExiv(EXIFInfo *exif);
|
|
||||||
private
|
private
|
||||||
slots:
|
slots:
|
||||||
void buttonClicked(QAbstractButton *button);
|
void buttonClicked(QAbstractButton *button);
|
||||||
|
|
Loading…
Add table
Reference in a new issue