X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Ftoolbaractionprovider.h;h=a341be9bf68e6e1af5d4d0feb628f6aade5285ba;hp=781923e5998ba458bc25836fba94d57a95a1ee12;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=921e54680da16fcf2adb7a90506875aceb6633a4 diff --git a/src/uisupport/toolbaractionprovider.h b/src/uisupport/toolbaractionprovider.h index 781923e5..a341be9b 100644 --- a/src/uisupport/toolbaractionprovider.h +++ b/src/uisupport/toolbaractionprovider.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,14 +18,15 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef TOOLBARACTIONPROVIDER_H_ -#define TOOLBARACTIONPROVIDER_H_ +#pragma once + +#include "uisupport-export.h" #include "networkmodelcontroller.h" class QToolBar; -class ToolBarActionProvider : public NetworkModelController +class UISUPPORT_EXPORT ToolBarActionProvider : public NetworkModelController { Q_OBJECT @@ -67,6 +68,3 @@ private: QModelIndex _currentBuffer; QModelIndexList _selectedNicks; }; - - -#endif