[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Tue Dec 6 20:58:01 CET 2005
SVN commit 486111 by staikos:
remove virtual to deconfuse developers and add FIXME to remove these functions
in 1.2.1
M +3 -1 kstviewobject.h
--- trunk/extragear/graphics/kst/kst/kstviewobject.h #486110:486111
@@ -66,9 +66,11 @@
virtual ~KstViewObject();
virtual UpdateType update(int = -1);
+ // FIXME: bring this down to 1 function
virtual void save(QTextStream& ts, const QString& indent = QString::null);
virtual void saveTag(QTextStream& ts, const QString& indent = QString::null);
- virtual void saveTagOnce(QTextStream& ts, const QString& indent = QString::null);
+ // FIXME: remove this altogether
+ void saveTagOnce(QTextStream& ts, const QString& indent = QString::null);
virtual void loadChildren(const QDomElement& e);
virtual QRegion clipRegion();
More information about the Kst
mailing list