X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Ftreeviewtouch.h;h=7b94039caff2963c3f40d98d24948bd120d39859;hb=d4b81a6d777de45611034b26bd89973d19e60c96;hp=cd4e9a40d401209bef47208e9b1142d9595952bd;hpb=5b164bbc62960cea62a31287f679197b623ad7ac;p=quassel.git diff --git a/src/uisupport/treeviewtouch.h b/src/uisupport/treeviewtouch.h index cd4e9a40..7b94039c 100644 --- a/src/uisupport/treeviewtouch.h +++ b/src/uisupport/treeviewtouch.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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