[Kst] branches/work/kst/portto4/kst/src/libkst
Peter Kümmel
syntheticpp at gmx.net
Thu Aug 18 18:01:38 UTC 2011
SVN commit 1247952 by kuemmel:
export symbol
M +3 -1 ksttimezone.h
--- branches/work/kst/portto4/kst/src/libkst/ksttimezone.h #1247951:1247952
@@ -13,11 +13,13 @@
#ifndef KSTTIMEZONE_H
#define KSTTIMEZONE_H
+#include "kst_export.h"
+
#include <QStringList>
namespace Kst {
-class KstTimeZone
+class KSTCORE_EXPORT KstTimeZone
{
public:
KstTimeZone(QString name = "GMT");
More information about the Kst
mailing list