Remove cruft

Change-Id: I8e0bf5b9befb0e9639da15b07072d046c038ea85
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
This commit is contained in:
Frederik Gladhorn 2015-03-09 13:34:26 +01:00 committed by Gabriel de Dietrich
parent 6653e49cf2
commit 1cc8ec1e78

View File

@ -76,11 +76,6 @@ private slots:
void sizeHint_data();
void sizeHint();
void taskQTBUG_20191_shortcutWithKeypadModifer();
/*
void state();
void group();
void stateChanged();
*/
protected slots:
void resetCounters();
@ -419,19 +414,6 @@ void tst_QPushButton::clicked()
QCOMPARE( release_count, (uint)10 );
}
/*
void tst_QPushButton::group()
{
}
void tst_QPushButton::state()
{
}
void tst_QPushButton::stateChanged()
{
}
*/
QPushButton *pb = 0;
void tst_QPushButton::helperSlotDelete()
{