Remove cruft
Change-Id: I8e0bf5b9befb0e9639da15b07072d046c038ea85 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
This commit is contained in:
parent
6653e49cf2
commit
1cc8ec1e78
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user