dont show context menu without contact #94

This commit is contained in:
DenioD
2020-06-06 11:26:49 +02:00
parent 9b89ed5f2e
commit cdb1277b91
5 changed files with 26 additions and 70 deletions

View File

@@ -56,7 +56,6 @@ inline void ListViewDelegate::paint(QPainter *painter, QStyleOptionViewItem cons
qreal bodyheight = bodydoc.size().height();
int outgoing = index.data(Qt::UserRole + 1).toInt();
int outdate = index.data(Qt::UserRole + 1).toInt();
int indate = index.data(Qt::UserRole + 1).toInt();
painter->save();
painter->setRenderHint(QPainter::Antialiasing);