[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Fri Aug 27 18:42:19 CEST 2004
CVS commit by arwalker:
Removed unused function.
Fixed compile problem under gcc-3.4
M +0 -9 kstviewobject.h 1.72
--- kdeextragear-2/kst/kst/kstviewobject.h #1.71:1.72
@@ -109,5 +109,4 @@ class KstViewObject : public KstObject {
KstViewObjectPtr findChild(const QString& name);
bool contains(KstViewObjectPtr child);
- template<class T> KstViewObjectPtr findChildType(const QPoint& pos);
template<class T> KstObjectList<KstSharedPtr<T> > findChildrenType(bool recursive = false);
@@ -277,12 +276,4 @@ KstObjectList<KstSharedPtr<T> > KstViewO
}
-
-template<class T>
-KstViewObjectPtr KstViewObject::findChildType(const QPoint& pos) {
- // FIXME
- abort();
- return KstViewObjectPtr();
-}
-
#endif
// vim: ts=2 sw=2 et
More information about the Kst
mailing list