-rw-r--r-- | library/applnk.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/applnk.cpp b/library/applnk.cpp index 00030e8..4adf1bd 100644 --- a/library/applnk.cpp +++ b/library/applnk.cpp @@ -477,3 +477,3 @@ const QPixmap& AppLnk::pixmap( int pos, int size ) const { if ( unscaledIcon.isNull() ) { - qDebug( "Cannot find icon: %s", that->mIconFile.latin1() ); + // qDebug( "Cannot find icon: %s", that->mIconFile.latin1() ); that->d->mPixmaps[pos].convertFromImage( @@ -1109,2 +1109,3 @@ void AppLnkSet::findChildren(const QString &dr, const QString& typ, const QStrin QString bn = fi->fileName(); +// qDebug("findChildren "+bn); if ( bn[0] != '.' && bn != "CVS" ) { @@ -1291,3 +1292,2 @@ DocLnkSet::DocLnkSet( const QString &directory, const QString& mimefilter ) : } - for ( QDictIterator<void> dit(reference); dit.current(); ++dit ) { |