diff options
author | Giulio Camuffo <giulio.camuffo@jollamobile.com> | 2015-02-17 11:14:20 +0200 |
---|---|---|
committer | Giulio Camuffo <giulio.camuffo@jollamobile.com> | 2015-02-17 10:52:09 +0000 |
commit | 16baba0fefb78725f89a6124037555f4691c9b62 (patch) | |
tree | e11eb6a3b4dfe29fb979392ef6578724473fe2e3 /src | |
parent | bd96b7b1f4315fa10e1070d3ab4476aee88cb110 (diff) | |
download | qtwayland-16baba0fefb78725f89a6124037555f4691c9b62.tar.gz |
Fix build
Change-Id: I790e9bfbcffc7458e2a46f2da32dcbde0c6bffe8
Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/client/qwaylanddisplay.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/qwaylanddisplay.cpp b/src/client/qwaylanddisplay.cpp index 1284d39a..c380b78e 100644 --- a/src/client/qwaylanddisplay.cpp +++ b/src/client/qwaylanddisplay.cpp @@ -383,4 +383,6 @@ void QWaylandDisplay::setLastInputDevice(QWaylandInputDevice *device, uint32_t s mLastInputWindow = win; } +} + QT_END_NAMESPACE |