[Pkg-owncloud-commits] [owncloud-client] 03/27: FolderStatusModel: No italic text #3524
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Aug 28 09:43: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 0e0af1da07c6d3f0dda546404fbc0fd2a2598180
Author: Christian Kamm <mail at ckamm.de>
Date: Wed Aug 19 15:02:08 2015 +0200
FolderStatusModel: No italic text #3524
---
src/gui/folderstatusmodel.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/gui/folderstatusmodel.cpp b/src/gui/folderstatusmodel.cpp
index 0aff6e9..8724a88 100644
--- a/src/gui/folderstatusmodel.cpp
+++ b/src/gui/folderstatusmodel.cpp
@@ -150,7 +150,6 @@ QVariant FolderStatusModel::data(const QModelIndex &index, int role) const
case ErrorLabel:
switch(role) {
case Qt::DisplayRole: return tr("Error while loading the list of folder from the server.");
- case Qt::FontRole: { QFont f; f.setItalic(true); return f; }
default: return QVariant();
}
case RootFolder:
--
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