summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index f6b8c32..5ef586b 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -14,15 +14,15 @@ public:
explicit MainWindow(const QStringList &filePaths, QWidget *parent = nullptr);
~MainWindow() override;
+public slots:
+ void fit();
+ void scale(double scale);
+
protected:
void resizeEvent(QResizeEvent *event) override;
private:
- void fit();
- void scale(double scale);
-
Ui::MainWindow *ui;
QPixmap current;
const QString title_format{"qimv [%1]"};
- const QString scale_format{"%1%"};
};