X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fuisupport%2Fabstractitemview.h;h=a981667c018c33a9932e21963a0d915f20f26e4f;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hp=8ae6d22bbaaf3a55fa15154def761477dcfe6e04;hpb=b65b9f7615165e8700a44d59b7275a55558dd45b;p=quassel.git diff --git a/src/uisupport/abstractitemview.h b/src/uisupport/abstractitemview.h index 8ae6d22b..a981667c 100644 --- a/src/uisupport/abstractitemview.h +++ b/src/uisupport/abstractitemview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 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 * @@ -18,8 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef ABSTRACTITEMVIEW_H -#define ABSTRACTITEMVIEW_H +#pragma once + +#include "uisupport-export.h" #include #include @@ -29,7 +30,7 @@ #include #include -class AbstractItemView : public QWidget +class UISUPPORT_EXPORT AbstractItemView : public QWidget { Q_OBJECT @@ -58,6 +59,3 @@ protected: QPointer _model; QPointer _selectionModel; }; - - -#endif // ABSTRACTITEMVIEW_H