[Kst] branches/work/kst/portto4/kst/src/datasources/netcdf
Peter Kümmel
syntheticpp at gmx.net
Mon Jan 10 16:01:40 CET 2011
SVN commit 1213486 by kuemmel:
make file name more consistent
D kstnetcdf.cpp
D kstnetcdf.h
M +2 -2 netcdf.pro
M +2 -1 netcdfplugin.cpp
A netcdfsource.cpp kstnetcdf.cpp#1213484 [License: GPL (v2+)]
A netcdfsource.h kstnetcdf.h#1213484 [License: GPL (v2+)]
--- branches/work/kst/portto4/kst/src/datasources/netcdf/netcdf.pro #1213485:1213486
@@ -9,9 +9,9 @@
LIBS += -l$$kstlib(netcdf_c++) -l$$kstlib(netcdf)
SOURCES += \
- kstnetcdf.cpp \
+ netcdfsource.cpp \
netcdfplugin.cpp
HEADERS += \
- kstnetcdf.h \
+ netcdfsource.h \
netcdfplugin.h
--- branches/work/kst/portto4/kst/src/datasources/netcdf/netcdfplugin.cpp #1213485:1213486
@@ -18,7 +18,7 @@
#include "netcdfplugin.h"
-#include "kstnetcdf.h"
+#include "netcdfsource.h"
#include <QFile>
@@ -77,6 +77,7 @@
return stringList;
}
+
QStringList NetCdfPlugin::fieldList(QSettings *cfg,
const QString& filename,
const QString& type,
More information about the Kst
mailing list