[Kst] kst_hfi_calib_branch: kdeextragear-2/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Wed Nov 10 18:49:33 CET 2004
Can we kill all kdDebugs for 1.0.0?
cbn
On November 10, 2004 05:39 am, George Staikos wrote:
> 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()) {
>
>
> _______________________________________________
> Kst mailing list
> Kst at kde.org
> https://mail.kde.org/mailman/listinfo/kst
More information about the Kst
mailing list