modernize: Pass arguments by value and move in constructors
[quassel.git] / src / common / coreinfo.h
index 284336c..17db3cb 100644 (file)
 
 #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