Navigation Menu

Skip to content

Commit

Permalink
Export the Qt key event extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
denexter committed Aug 1, 2018
1 parent 562f036 commit 3aafb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compositor/extensions/qwlqtkey_p.h
Expand Up @@ -64,7 +64,7 @@ class QKeyEvent;

namespace QtWayland {

class QtKeyExtensionGlobal : public QWaylandCompositorExtensionTemplate<QtKeyExtensionGlobal>, public QtWaylandServer::qt_key_extension
class Q_WAYLAND_COMPOSITOR_EXPORT QtKeyExtensionGlobal : public QWaylandCompositorExtensionTemplate<QtKeyExtensionGlobal>, public QtWaylandServer::qt_key_extension
{
Q_OBJECT
public:
Expand Down

0 comments on commit 3aafb15

Please sign in to comment.