X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Ftreeviewtouch.h;h=7b94039caff2963c3f40d98d24948bd120d39859;hp=c9c0c5afc42a0730158e5b9e86ca9da50ea72f2b;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 diff --git a/src/uisupport/treeviewtouch.h b/src/uisupport/treeviewtouch.h index c9c0c5af..7b94039c 100644 --- a/src/uisupport/treeviewtouch.h +++ b/src/uisupport/treeviewtouch.h @@ -20,12 +20,14 @@ #pragma once +#include "uisupport-export.h" + #include /** * This class handles Touch Events for TreeViews */ -class TreeViewTouch : public QTreeView +class UISUPPORT_EXPORT TreeViewTouch : public QTreeView { Q_OBJECT