From 872d3805827b94dc77fd5f813c340f9e996519cd Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 30 Mar 2008 01:36:05 +0000 Subject: [PATCH] Match const in implementation to interface (why isn't it a QString &, anyway?) svn path=/trunk/KDE/kdegraphics/okular/; revision=791625 --- core/fileprinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fileprinter.cpp b/core/fileprinter.cpp index 5ba0354b8..1bc2bf192 100644 --- a/core/fileprinter.cpp +++ b/core/fileprinter.cpp @@ -32,7 +32,7 @@ using namespace Okular; -int FilePrinter::printFile( QPrinter &printer, QString file, FileDeletePolicy fileDeletePolicy, +int FilePrinter::printFile( QPrinter &printer, const QString file, FileDeletePolicy fileDeletePolicy, PageSelectPolicy pageSelectPolicy, const QString &pageRange ) { FilePrinter fp;