From d2d7a880b18a7d29827bb4306f79257147c9df9e Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 6 Nov 2017 06:12:03 +0100 Subject: [PATCH] Minor style adjustment --- core/document.cpp | 4 ++-- core/document.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/document.cpp b/core/document.cpp index cbc067f37..11945bbd1 100644 --- a/core/document.cpp +++ b/core/document.cpp @@ -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; diff --git a/core/document.h b/core/document.h index 9d44dd1ad..4d5fff179 100644 --- a/core/document.h +++ b/core/document.h @@ -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