[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Jul 15 14:13:08 CEST 2003
CVS commit by staikos:
store data object names
M +1 -1 kstdatamanager_i.cpp 1.26
--- kdeextragear-2/kst/kst/kstdatamanager_i.cpp #1.25:1.26
@@ -72,5 +72,5 @@ class KstObjectItem : public QListViewIt
KstObjectItem(QListView *parent, KstDataObjectPtr x, KstDataManagerI *dm)
- : QListViewItem(parent), _rtti(RTTI_OBJ_OBJECT), _dm(dm) {
+ : QListViewItem(parent), _rtti(RTTI_OBJ_OBJECT), _name(x->tagName()), _dm(dm) {
assert(x.data());
setText(0, x->tagName());
More information about the Kst
mailing list