[Kst] kst_hfi_calib_branch: kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Wed Nov 10 11:39:24 CET 2004
CVS commit by staikos:
cut debug output in half
M +2 -2 kstdoc.cpp 1.135.2.1
--- kdeextragear-2/kst/kst/kstdoc.cpp #1.135:1.135.2.1
@@ -789,9 +789,9 @@ bool KstDoc::event(QEvent *e) {
ThreadEvent *te = static_cast<ThreadEvent*>(e);
if (te->_eventType == ThreadEvent::UpdateDataDialogs) {
- kdDebug() << "Update data dialogs" << endl;
+ //kdDebug() << "Update data dialogs" << endl;
emit dataChanged();
KstApp::inst()->paintAll();
} else if (te->_eventType == ThreadEvent::UpdateAllDialogs) {
- kdDebug() << "Update ALL dialogs" << endl;
+ //kdDebug() << "Update ALL dialogs" << endl;
if (KstApp::inst()) {
More information about the Kst
mailing list