forked from qt-creator/qt-creator
Remove unused code
Change-Id: If90c6f9f1a33242ef2a33447cf4cff0b706bc0ea Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -269,11 +269,6 @@ QSize TestResultDelegate::sizeHint(const QStyleOptionViewItem &option, const QMo
|
||||
return s;
|
||||
}
|
||||
|
||||
void TestResultDelegate::emitSizeHintChanged(const QModelIndex &index)
|
||||
{
|
||||
emit sizeHintChanged(index);
|
||||
}
|
||||
|
||||
void TestResultDelegate::currentChanged(const QModelIndex ¤t, const QModelIndex &previous)
|
||||
{
|
||||
emit sizeHintChanged(current);
|
||||
|
||||
Reference in New Issue
Block a user