X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fcoreinfo.h;h=17db3cb129efba52fe896506e46cdcdb470b0358;hp=284336cbbb31dc2f0de5fc2b131d8c327cff49f5;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 diff --git a/src/common/coreinfo.h b/src/common/coreinfo.h index 284336cb..17db3cb1 100644 --- a/src/common/coreinfo.h +++ b/src/common/coreinfo.h @@ -20,13 +20,15 @@ #pragma once +#include "common-export.h" + #include "syncableobject.h" /* * gather various information about the core. */ -class CoreInfo : public SyncableObject +class COMMON_EXPORT CoreInfo : public SyncableObject { Q_OBJECT SYNCABLE_OBJECT