projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7d0f0c
)
FolderStatusModel: No italic text #3524
author
Christian Kamm
<mail@ckamm.de>
Wed, 19 Aug 2015 13:02:08 +0000
(15:02 +0200)
committer
Christian Kamm
<mail@ckamm.de>
Wed, 19 Aug 2015 13:02:08 +0000
(15:02 +0200)
src/gui/folderstatusmodel.cpp
patch
|
blob
|
history
diff --git
a/src/gui/folderstatusmodel.cpp
b/src/gui/folderstatusmodel.cpp
index 0aff6e918a16dd18a04b309a20b28ca13cd2e932..8724a88cd5284af219511636d969f077c703441e 100644
(file)
--- 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: