summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbintegration.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-26 01:35:29 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-30 14:44:12 +0200
commitbbb2da4a1b49f37e3b009ea81ffcd0cc03e07ef4 (patch)
tree21b6ee174252639f64d84be05fea8c1699211d67 /src/plugins/platforms/xcb/qxcbintegration.h
parentb03ed7b15107accbb74b10c5c1d77d46244df9fa (diff)
add an xcb based clipboard implementation
Copying from the app to somewhere else works fine, but pasting into the app is still broken.
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbintegration.h')
-rw-r--r--src/plugins/platforms/xcb/qxcbintegration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/xcb/qxcbintegration.h b/src/plugins/platforms/xcb/qxcbintegration.h
index 36c792fe48..65e2906bd2 100644
--- a/src/plugins/platforms/xcb/qxcbintegration.h
+++ b/src/plugins/platforms/xcb/qxcbintegration.h
@@ -70,6 +70,7 @@ public:
QPlatformNativeInterface *nativeInterface()const;
QPlatformPrinterSupport *printerSupport() const;
+ QPlatformClipboard *clipboard() const;
private:
bool hasOpenGL() const;