Remove unused code

Change-Id: If90c6f9f1a33242ef2a33447cf4cff0b706bc0ea
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
Christian Stenger
2015-08-19 09:53:38 +02:00
parent 20f050721b
commit cc4ecb36a8
2 changed files with 0 additions and 9 deletions

View File

@@ -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 &current, const QModelIndex &previous)
{
emit sizeHintChanged(current);

View File

@@ -37,10 +37,6 @@ public:
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const;
QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const;
void emitSizeHintChanged(const QModelIndex &index);
signals:
public slots:
void currentChanged(const QModelIndex &current, const QModelIndex &previous);