X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Ftreeviewtouch.h;h=f089c9624bab04faa2accce9e3f97043b2a5ae74;hb=8582c2ad5708a1972c85bea1cf8d81ad3ece4814;hp=c9c0c5afc42a0730158e5b9e86ca9da50ea72f2b;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;p=quassel.git diff --git a/src/uisupport/treeviewtouch.h b/src/uisupport/treeviewtouch.h index c9c0c5af..f089c962 100644 --- a/src/uisupport/treeviewtouch.h +++ b/src/uisupport/treeviewtouch.h @@ -20,17 +20,19 @@ #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 public: - explicit TreeViewTouch(QWidget *parent = 0); + explicit TreeViewTouch(QWidget *parent = nullptr); protected: