[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [ark] app: clazy: fix chained calls to arg()
From:       Elvis Angelaccio <elvis.angelaccio () kdemail ! net>
Date:       2015-12-31 15:44:35
Message-ID: E1aEfP1-00012Y-4o () scm ! kde ! org
[Download RAW message or body]

Git commit 9369db3c867318f6b96b237933387768375ea8f9 by Elvis Angelaccio.
Committed on 31/12/2015 at 14:52.
Pushed by elvisangelaccio into branch 'master'.

clazy: fix chained calls to arg()

M  +1    -1    app/batchextract.cpp

http://commits.kde.org/ark/9369db3c867318f6b96b237933387768375ea8f9

diff --git a/app/batchextract.cpp b/app/batchextract.cpp
index 3c62c60..76318d5 100644
--- a/app/batchextract.cpp
+++ b/app/batchextract.cpp
@@ -85,7 +85,7 @@ void BatchExtract::addExtraction(Kerfuffle::Archive* archive)
 
     Kerfuffle::ExtractJob *job = archive->copyFiles(QVariantList(), destination, \
options);  
-    qCDebug(ARK) << QString(QStringLiteral("Registering job from archive %1, to %2, \
preservePaths %3")).arg(archive->fileName()).arg(destination).arg(preservePaths()); + \
qCDebug(ARK) << QString(QStringLiteral("Registering job from archive %1, to %2, \
preservePaths %3")).arg(archive->fileName(), destination, \
QString::number(preservePaths()));  
     addSubjob(job);
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic