aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index f816281..1ac550b 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -19,6 +19,8 @@ QT_END_NAMESPACE
class BrowserTab;
+enum class UIDensity : int;
+
class MainWindow : public QMainWindow
{
Q_OBJECT
@@ -38,6 +40,8 @@ public:
void updateWindowTitle();
+ void setUiDensity(UIDensity density, bool previewing);
+
void mousePressEvent(QMouseEvent *event) override;
private slots: