summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/linuxfb/qlinuxfbscreen.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-02-16 16:26:15 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-02-25 14:35:34 +0000
commitcb27388eb06335ce50bf599e5fc15b2d2c9a543a (patch)
tree6ea2ab66e621b987450596a28417cb57edd4b568 /src/plugins/platforms/linuxfb/qlinuxfbscreen.h
parent4f39e8b9f71a418d5194621eb4fcbb766da40e4d (diff)
Support grabWindow() in linuxfb
Task-number: QTBUG-44465 Change-Id: Id74a6cc109113e6054ab31f0e765b4e7e220b657 Reviewed-by: Louai Al-Khanji <louai.al-khanji@theqtcompany.com> Reviewed-by: Jørgen Lind <jorgen.lind@theqtcompany.com>
Diffstat (limited to 'src/plugins/platforms/linuxfb/qlinuxfbscreen.h')
-rw-r--r--src/plugins/platforms/linuxfb/qlinuxfbscreen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/platforms/linuxfb/qlinuxfbscreen.h b/src/plugins/platforms/linuxfb/qlinuxfbscreen.h
index 0cb9961599..1adce2189b 100644
--- a/src/plugins/platforms/linuxfb/qlinuxfbscreen.h
+++ b/src/plugins/platforms/linuxfb/qlinuxfbscreen.h
@@ -50,7 +50,8 @@ public:
bool initialize();
-public slots:
+ QPixmap grabWindow(WId wid, int x, int y, int width, int height) const Q_DECL_OVERRIDE;
+
QRegion doRedraw() Q_DECL_OVERRIDE;
private: