[Kst] branches/work/kst/portto4/kst/src/widgets
Joshua Netterfield
drmrshdw at gmail.com
Fri Jul 29 22:46:29 CEST 2011
SVN commit 1243952 by joshuanetterfield:
Best bug ever.
M +1 -1 cclineedit.h
--- branches/work/kst/portto4/kst/src/widgets/cclineedit.h #1243951:1243952
@@ -68,7 +68,7 @@
void EditItem();
void Insert(const QString&i,bool stringIsCompletion=true);
CCCommonEdit() : _store(0) {_u.push_back(this);}
- ~CCCommonEdit() { _u.push_back(this); }
+ ~CCCommonEdit() { _u.removeOne(this); }
};
/**
More information about the Kst
mailing list