[Kst] branches/work/kst/kst1kde4/kst/src/plugins/phase
Zongyi Zhang
freebody.kst at gmail.com
Thu Feb 25 18:51:23 CET 2010
SVN commit 1096065 by zhang:
continue kst1kde4
A CMakeLists.txt
M +2 -0 phase.cpp
M +1 -0 phase.h
--- branches/work/kst/kst1kde4/kst/src/plugins/phase/phase.cpp #1096064:1096065
@@ -33,6 +33,8 @@
Phase::Phase( QObject */*parent*/, const char */*name*/, const QStringList &/*args*/ )
: KstBasicPlugin() {}
+Phase::Phase( QObject */*parent*/, const QStringList &/*args*/ )
+ : KstBasicPlugin() {}
Phase::~Phase() {}
--- branches/work/kst/kst1kde4/kst/src/plugins/phase/phase.h #1096064:1096065
@@ -23,6 +23,7 @@
Q_OBJECT
public:
Phase(QObject *parent, const char *name, const QStringList &args);
+ Phase(QObject *parent, const QStringList &args);
virtual ~Phase();
virtual bool algorithm();
More information about the Kst
mailing list