summaryrefslogtreecommitdiff
path: root/src/mplayerwindow.h
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2015-04-26 20:41:29 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2015-04-26 20:41:29 +0200
commit6027a8ff2d6ae4eba912427c30c58208009c1ebc (patch)
tree756eddd2fc9e7a9943b43e6ff3f9e92cbd4c3352 /src/mplayerwindow.h
parent45ee5ac6dc2159352596ce8e8ec744e0c864d492 (diff)
Imported Upstream version 14.9.0.6887~ds0
Diffstat (limited to 'src/mplayerwindow.h')
-rw-r--r--src/mplayerwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mplayerwindow.h b/src/mplayerwindow.h
index 5a11509..6a4e433 100644
--- a/src/mplayerwindow.h
+++ b/src/mplayerwindow.h
@@ -163,6 +163,9 @@ public:
bool animatedLogo() { return animated_logo; }
#endif
+ void setCornerWidget(QWidget * w);
+ QWidget * cornerWidget() { return corner_widget; };
+
public slots:
void setLogoVisible(bool b);
void showLogo() { setLogoVisible(true); };
@@ -241,6 +244,8 @@ protected:
bool animated_logo;
#endif
+ QWidget * corner_widget;
+
private:
bool mouse_drag_tracking;
bool isMoving;