aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/skinned/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Ui/skinned/playlist.h')
-rw-r--r--src/plugins/Ui/skinned/playlist.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/plugins/Ui/skinned/playlist.h b/src/plugins/Ui/skinned/playlist.h
index 1146711f2..e87e8c08d 100644
--- a/src/plugins/Ui/skinned/playlist.h
+++ b/src/plugins/Ui/skinned/playlist.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006-2015 by Ilya Kotov *
+ * Copyright (C) 2006-2016 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -54,9 +54,12 @@ class PlayList : public QWidget
void readSettings();
void setMinimalMode(bool b = true);
-
void writeSettings();
+#ifdef Q_WS_X11
+ bool useCompiz() const;
+#endif
+
signals:
void play();
void next();
@@ -131,6 +134,9 @@ class PlayList : public QWidget
KeyboardManager* m_keyboardManager;
QPointer <PlayListBrowser> m_pl_browser;
PlayListSelector *m_pl_selector;
+#ifdef Q_WS_X11
+ bool m_compiz;
+#endif
};
#endif