SVN commit 1033999 by esben: Fix old debug code to work again M +2 -2 historyitem.cpp --- trunk/KDE/kdebase/workspace/klipper/historyitem.cpp #1033998:1033999 @@ -40,8 +40,8 @@ { #if 0 int i=0; - while ( const char* f = aSource.format( i++ ) ) { - kDebug() << "format(" << i <<"): " << f; + foreach ( QString format, data->formats() ) { + kDebug() << "format(" << i++ <<"): " << format; } #endif if (KUrl::List::canDecode(data))