mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
SVN_SILENT unused parameter
svn path=/trunk/KDE/kdegraphics/okular/; revision=784611
This commit is contained in:
parent
3dc0752a93
commit
903956dec9
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ bool DjVuGenerator::print( QPrinter& printer )
|
|||
|
||||
QVariant DjVuGenerator::metaData( const QString &key, const QVariant &option ) const
|
||||
{
|
||||
Q_UNUSED( option )
|
||||
if ( key == "DocumentTitle" )
|
||||
{
|
||||
return m_djvu->metaData( "title" );
|
||||
|
|
Loading…
Reference in a new issue