Cleanup & refactor

This commit is contained in:
Chocobo1
2017-03-08 13:22:50 +08:00
parent 86e82c71e5
commit 59556dfc6a
4 changed files with 31 additions and 30 deletions

View File

@@ -69,5 +69,5 @@ void SearchListDelegate::paint(QPainter *painter, const QStyleOptionViewItem &op
QWidget *SearchListDelegate::createEditor(QWidget *, const QStyleOptionViewItem &, const QModelIndex &) const
{
// No editor here
return 0;
return nullptr;
}