[Pkg-owncloud-commits] [owncloud-client] 205/484: Use QLatin1Char
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 8c0297f68849776173431049ac3be4557a9a7f0b
Author: Roeland Jago Douma <rullzer at owncloud.com>
Date: Thu Oct 29 16:03:47 2015 +0100
Use QLatin1Char
---
src/gui/ocsjob.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/ocsjob.cpp b/src/gui/ocsjob.cpp
index bafa94c..d83a1d3 100644
--- a/src/gui/ocsjob.cpp
+++ b/src/gui/ocsjob.cpp
@@ -44,7 +44,7 @@ void OcsJob::addPassStatusCode(int code)
void OcsJob::appendPath(const QString &id)
{
- setPath(path() + "/" + id);
+ setPath(path() + QLatin1Char('/') + id);
}
void OcsJob::start()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list