divelogimportdialog.cpp: remove extra line at EOF

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2015-01-27 17:06:12 +02:00 committed by Dirk Hohndel
parent 96575b2366
commit dee91a96aa

View file

@ -634,4 +634,3 @@ void TagDragDelegate::paint(QPainter * painter, const QStyleOptionViewItem & opt
painter->restore();
QStyledItemDelegate::paint(painter, option, index);
}