mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
ShiftImageTimesDialog class cleanup.
* Remove static ShiftImageTimesDialog::instance() method * Add ShiftImageTimesDialog::amount() member Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
449c6fc6f2
commit
aeaa050306
3 changed files with 14 additions and 14 deletions
|
@ -58,13 +58,13 @@ private:
|
|||
class ShiftImageTimesDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
static ShiftImageTimesDialog *instance();
|
||||
int amount;
|
||||
explicit ShiftImageTimesDialog(QWidget *parent);
|
||||
int amount() const;
|
||||
private slots:
|
||||
void buttonClicked(QAbstractButton *button);
|
||||
private:
|
||||
explicit ShiftImageTimesDialog(QWidget *parent);
|
||||
Ui::ShiftImageTimesDialog ui;
|
||||
int m_amount;
|
||||
};
|
||||
|
||||
bool isGnome3Session();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue