aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mainwindow.h')
-rw-r--r--src/ui/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h
index 5da6a2387..1561030d7 100644
--- a/src/ui/mainwindow.h
+++ b/src/ui/mainwindow.h
@@ -83,6 +83,8 @@ public slots:
void setFileList(const QStringList&);
void about();
+ void updateSettings();
+
protected:
virtual void closeEvent (QCloseEvent *);
virtual void changeEvent (QEvent *event);
@@ -113,6 +115,7 @@ private:
MainVisual *m_vis;
QString m_lastDir;
bool m_update;
+ bool m_allDesktops;
Skin *m_skin;
JumpToTrackDialog* m_jumpDialog;
bool m_hideOnClose, m_startHidden;