X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fabstractitemview.h;h=a981667c018c33a9932e21963a0d915f20f26e4f;hp=fe2c8d002740f234d8d5618652f50c4f64f766d2;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce diff --git a/src/uisupport/abstractitemview.h b/src/uisupport/abstractitemview.h index fe2c8d00..a981667c 100644 --- a/src/uisupport/abstractitemview.h +++ b/src/uisupport/abstractitemview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 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 * @@ -15,11 +15,12 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 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