[Kst] branches/work/kst/kst1kde4/kst/src
Andrew Walker
arwalker at sumusltd.com
Sat Apr 17 19:01:17 CEST 2010
SVN commit 1115837 by arwalker:
continue kst1kde4
M +1 -1 extdate/CMakeLists.txt
A kst/CMakeLists.txt
M +1 -1 plugins/CMakeLists.txt
M +1 -1 plugins/binnedmap/binnedmap.h
--- branches/work/kst/kst1kde4/kst/src/extdate/CMakeLists.txt #1115836:1115837
@@ -20,4 +20,4 @@
########### install files ###############
-install(FILES kstextdatetime.h kstextcalendarsystem.h kstextcalendarsystemgregorian.h kstextdatetbl.h kstextdatepicker.h kstextdatetimeedit.h kstextdatewidget.h DESTINATION include)
+install(FILES kstextdatetime.h kstextcalendarsystem.h kstextcalendarsystemgregorian.h DESTINATION include)
--- branches/work/kst/kst1kde4/kst/src/plugins/CMakeLists.txt #1115836:1115837
@@ -1,5 +1,5 @@
add_subdirectory(bin)
-add_subdirectory(binnedmap)
+# xxx add_subdirectory(binnedmap)
add_subdirectory(periodogram)
add_subdirectory(phase)
add_subdirectory(statistics)
--- branches/work/kst/kst1kde4/kst/src/plugins/binnedmap/binnedmap.h #1115836:1115837
@@ -92,7 +92,7 @@
bool _autoBin;
};
-typedef KstSharedPtr<BinnedMap> BinnedMapPtr;
+typedef QExplicitlySharedPointer<BinnedMap> BinnedMapPtr;
typedef KstObjectList<BinnedMapPtr> BinnedMapList;
#endif
More information about the Kst
mailing list