X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Ftreeviewtouch.h;h=f089c9624bab04faa2accce9e3f97043b2a5ae74;hb=f9cd845a9119e0abf450a91d8802f5c1822dd638;hp=cd4e9a40d401209bef47208e9b1142d9595952bd;hpb=b509e40498a11254ba39b791ee7131fd319b60ab;p=quassel.git diff --git a/src/uisupport/treeviewtouch.h b/src/uisupport/treeviewtouch.h index cd4e9a40..f089c962 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,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: