summaryrefslogtreecommitdiffstats
path: root/src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6_p.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-10-30 00:50:22 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-10-30 00:50:22 +0100
commit52876056ff3dcda97f93932bc8c6e1c0fbce9d5e (patch)
tree5bdd3cc28573a90e192b24564d3ed7cc4792f365 /src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6_p.h
parent9ebe63181ba3504569c75b25862172353b6cfaa8 (diff)
parent16a98829a664403f2fb8962884701f5d4d31cacd (diff)
Merge 5.12 into 5.12.0
Diffstat (limited to 'src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6_p.h')
-rw-r--r--src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6_p.h b/src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6_p.h
index 38b711f88..874dba014 100644
--- a/src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6_p.h
+++ b/src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6_p.h
@@ -85,7 +85,7 @@ public:
void setTitle(const QString &title) override;
void setAppId(const QString &appId) override;
- bool isExposed() const override { return m_configured; }
+ bool isExposed() const override;
bool handleExpose(const QRegion &) override;
bool handlesActiveState() const { return m_toplevel; }
void applyConfigure() override;