[Pkg-owncloud-commits] [owncloud-client] 353/484: ActivityWidget: Make compile with Qt4

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:38:04 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 f5da95a5b77bc3c91f3efdcdb34760e633696a93
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue Nov 17 18:07:26 2015 +0100

    ActivityWidget: Make compile with Qt4
---
 src/gui/activitywidget.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gui/activitywidget.cpp b/src/gui/activitywidget.cpp
index 4052f37..34a7b79 100644
--- a/src/gui/activitywidget.cpp
+++ b/src/gui/activitywidget.cpp
@@ -146,8 +146,8 @@ void ActivityListModel::startFetchJob(AccountState* s)
     job->setProperty("AccountStatePtr", QVariant::fromValue<AccountState*>(s));
 
     QList< QPair<QString,QString> > params;
-    params.append(qMakePair(QLatin1String("page"), QLatin1String("0")));
-    params.append(qMakePair(QLatin1String("pagesize"), QLatin1String("100")));
+    params.append(qMakePair(QString::fromLatin1("page"),     QString::fromLatin1("0")));
+    params.append(qMakePair(QString::fromLatin1("pagesize"), QString::fromLatin1("100")));
     job->addQueryParams(params);
 
     _currentlyFetching.insert(s);

-- 
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