aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-05-22 12:59:12 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-05-22 12:59:12 +0000
commit46a95c311d2dfdcafc888567b10328e12692b16b (patch)
tree4154ffc33bf78779e54a00cee0ad47e22d8c1462 /src/ui/mainwindow.h
parentb394abc7fa0bd8cd6cd342c2ef9f0cb3a2aace1c (diff)
downloadqmmp-46a95c311d2dfdcafc888567b10328e12692b16b.tar.gz
qmmp-46a95c311d2dfdcafc888567b10328e12692b16b.tar.bz2
qmmp-46a95c311d2dfdcafc888567b10328e12692b16b.zip
added 'show on all desktops' option
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1746 90c681e8-e032-0410-971d-27865f9a5e38
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;