mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Removed unsused variable
This commit is contained in:
parent
9109d7b5ac
commit
633e50e776
1 changed files with 0 additions and 2 deletions
|
@ -93,8 +93,6 @@ void FolderViewDelegate::paint(QPainter *painter, const QStyleOptionViewItem &op
|
||||||
{
|
{
|
||||||
QStyledItemDelegate::paint(painter,option,index);
|
QStyledItemDelegate::paint(painter,option,index);
|
||||||
|
|
||||||
QSize s = sizeHint( option, index );
|
|
||||||
|
|
||||||
painter->save();
|
painter->save();
|
||||||
|
|
||||||
QFont aliasFont = QApplication::font();
|
QFont aliasFont = QApplication::font();
|
||||||
|
|
Loading…
Reference in a new issue