X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreaccount.h;fp=src%2Fclient%2Fcoreaccount.h;h=d4aed0f31efb8bb57d84a2c6c0c624f981d244f9;hp=d8acb4284510528d084f527ce13a531bb0e45bef;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 diff --git a/src/client/coreaccount.h b/src/client/coreaccount.h index d8acb428..d4aed0f3 100644 --- a/src/client/coreaccount.h +++ b/src/client/coreaccount.h @@ -18,8 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef COREACCOUNT_H_ -#define COREACCOUNT_H_ +#pragma once + +#include "client-export.h" #include #include @@ -28,7 +29,8 @@ #include #include "types.h" -class CoreAccount + +class CLIENT_EXPORT CoreAccount { Q_DECLARE_TR_FUNCTIONS(CoreAccount) @@ -95,5 +97,3 @@ private: }; QDebug operator<<(QDebug dbg, const CoreAccount &msg); - -#endif