From 0e0af1da07c6d3f0dda546404fbc0fd2a2598180 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Wed, 19 Aug 2015 15:02:08 +0200 Subject: [PATCH] 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 0aff6e918..8724a88cd 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: -- 2.30.2