X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fselectionmodelsynchronizer.h;h=b3d1214d5fbb10542445530827199ccb4012f123;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hp=17bca3a56aa226c2aef6b6bdc7afe7fd9ac3cec1;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3;p=quassel.git diff --git a/src/client/selectionmodelsynchronizer.h b/src/client/selectionmodelsynchronizer.h index 17bca3a5..b3d1214d 100644 --- a/src/client/selectionmodelsynchronizer.h +++ b/src/client/selectionmodelsynchronizer.h @@ -18,15 +18,16 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef _SELECTIONMODELSYNCHRONIZER_H_ -#define _SELECTIONMODELSYNCHRONIZER_H_ +#pragma once + +#include "client-export.h" #include #include class QAbstractItemModel; -class SelectionModelSynchronizer : public QObject +class CLIENT_EXPORT SelectionModelSynchronizer : public QObject { Q_OBJECT @@ -67,6 +68,3 @@ private: QSet _selectionModels; }; - - -#endif