SVN_SILENT help debugging

svn path=/trunk/playground/graphics/okular/; revision=637697
remotes/origin/KDE/4.0
Tobias Koenig 19 years ago
parent a5f6538d43
commit 1a0cd8acbd
  1. 1
      core/document.cpp

@ -465,6 +465,7 @@ Generator * Document::Private::loadGeneratorLibrary( const QString& name, const
if ( !lib )
{
kWarning() << "Could not load '" << libname << "' library." << endl;
kWarning() << KLibLoader::self()->lastErrorMessage() << endl;
emit m_parent->error( i18n( "Could not load the necessary plugin to view the document" ), -1 );
return 0;
}

Loading…
Cancel
Save