Minor style adjustment

This commit is contained in:
Albert Astals Cid 2017-11-06 06:12:03 +01:00 committed by Albert Astals Cid
parent 099d3cfcc8
commit d2d7a880b1
2 changed files with 4 additions and 4 deletions

View file

@ -4343,7 +4343,7 @@ bool Document::canSwapBackingFile() const
return genIt->generator->hasFeature( Generator::SwapBackingFile );
}
bool Document::swapBackingFile( const QString &newFileName, const QUrl & url )
bool Document::swapBackingFile( const QString &newFileName, const QUrl &url )
{
if ( !d->m_generator )
return false;
@ -4441,7 +4441,7 @@ bool Document::swapBackingFile( const QString &newFileName, const QUrl & url )
}
}
bool Document::swapBackingFileArchive( const QString &newFileName, const QUrl & url )
bool Document::swapBackingFileArchive( const QString &newFileName, const QUrl &url )
{
if ( !d->m_generator )
return false;

View file

@ -757,7 +757,7 @@ class OKULARCORE_EXPORT Document : public QObject
*
* @since 1.3
*/
bool swapBackingFile( const QString &newFileName, const QUrl & url );
bool swapBackingFile( const QString &newFileName, const QUrl &url );
/**
* Same as swapBackingFile, but newFileName must be a .okular file.
@ -770,7 +770,7 @@ class OKULARCORE_EXPORT Document : public QObject
*
* @since 1.3
*/
bool swapBackingFileArchive( const QString &newFileName, const QUrl & url );
bool swapBackingFileArchive( const QString &newFileName, const QUrl &url );
/**
* Saving capabilities. Their availability varies according to the