[Kst] branches/work/kst/portto4/kst/src/libkst
Peter Kümmel
syntheticpp at yahoo.com
Fri Mar 19 15:11:35 CET 2010
SVN commit 1105204 by kuemmel:
don't move interface declaration
M +5 -2 dataplugin.h
M +1 -4 datasourcepluginmanager.h
--- branches/work/kst/portto4/kst/src/libkst/dataplugin.h #1105203:1105204
@@ -42,7 +42,7 @@
virtual ~DataSourcePluginInterface() {}
virtual DataSource *create(ObjectStore *store,
- QSettings *cfg,
+ QSettings *cfg,
const QString &filename,
const QString &type,
const QDomElement &element) const = 0;
@@ -83,8 +83,11 @@
};
-
}
+Q_DECLARE_INTERFACE(Kst::PluginInterface, "com.kst.PluginInterface/1.0")
+Q_DECLARE_INTERFACE(Kst::DataSourcePluginInterface, "com.kst.DataSourcePluginInterface/1.0")
+
+
#endif
--- branches/work/kst/portto4/kst/src/libkst/datasourcepluginmanager.h #1105203:1105204
@@ -24,7 +24,7 @@
typedef ObjectList<PluginInterface> PluginList;
-class KST_EXPORT DataSourcePluginManager
+class KST_EXPORT DataSourcePluginManager
{
public:
@@ -58,7 +58,4 @@
}
-Q_DECLARE_INTERFACE(Kst::PluginInterface, "com.kst.PluginInterface/1.0")
-Q_DECLARE_INTERFACE(Kst::DataSourcePluginInterface, "com.kst.DataSourcePluginInterface/1.0")
-
#endif
More information about the Kst
mailing list