src: Mark symbols to be exported where needed
[quassel.git] / src / client / clientbufferviewconfig.h
index 1dd65c3..5c7d8b7 100644 (file)
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
  ***************************************************************************/
 
-#ifndef CLIENTBUFFERVIEWCONFIG_H
-#define CLIENTBUFFERVIEWCONFIG_H
+#pragma once
+
+#include "client-export.h"
 
 #include "bufferviewconfig.h"
 
-class ClientBufferViewConfig : public BufferViewConfig
+class CLIENT_EXPORT ClientBufferViewConfig : public BufferViewConfig
 {
-    SYNCABLE_OBJECT
-        Q_OBJECT
+    Q_OBJECT
 
 public:
     ClientBufferViewConfig(int bufferViewId, QObject *parent = 0);
@@ -42,6 +42,3 @@ private slots:
 private:
     bool _locked;
 };
-
-
-#endif //CLIENTBUFFERVIEWCONFIG_H