From 22f03335938979aaaee059a356123bd6414910bb Mon Sep 17 00:00:00 2001 From: un1versal Date: Mon, 30 Nov 2015 15:47:55 +0000 Subject: HelpIndex: debug messages consistency fixes --- src/modules/help/HelpIndex.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules') diff --git a/src/modules/help/HelpIndex.cpp b/src/modules/help/HelpIndex.cpp index 95d125cfe..69a9c875b 100644 --- a/src/modules/help/HelpIndex.cpp +++ b/src/modules/help/HelpIndex.cpp @@ -210,7 +210,7 @@ void HelpIndex::parseDocument( const QString &filename, int docNum ) { QFile file( filename ); if ( !file.open(QFile::ReadOnly) ) { - qWarning( "can not open file %s", qPrintable(filename) ); + qWarning( "Can't open file %s", qPrintable(filename) ); return; } @@ -395,7 +395,7 @@ QString HelpIndex::getDocumentTitle( const QString &fullFileName ) QFile file( fileName ); if ( !file.open( QFile::ReadOnly ) ) { - qWarning( "cannot open file %s", qPrintable(fileName) ); + qWarning( "Can't open file %s", qPrintable(fileName) ); return fileName; } QTextStream s( &file ); @@ -525,7 +525,7 @@ bool HelpIndex::searchForPattern( const QStringList &patterns, const QStringList QString fName = url.toLocalFile(); QFile file( fName ); if ( !file.open( QFile::ReadOnly ) ) { - qWarning( "cannot open file %s", qPrintable(fName) ); + qWarning( "Can't open file %s", qPrintable(fName) ); return false; } -- cgit v1.3.1-10-gc9f91