Clean up tst_QProgressDialog
Remove empty ctor and dtor. Change-Id: Ib89f463eb2623bbb66cc3faa2ab2d5992810f153 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: David Faure <david.faure@kdab.com>
This commit is contained in:
parent
f16baae9d8
commit
f5b9c38a9f
@ -50,13 +50,9 @@
|
|||||||
|
|
||||||
class tst_QProgressDialog : public QObject
|
class tst_QProgressDialog : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
private Q_SLOTS:
|
||||||
tst_QProgressDialog();
|
|
||||||
virtual ~tst_QProgressDialog();
|
|
||||||
|
|
||||||
private slots:
|
|
||||||
void autoShow_data();
|
void autoShow_data();
|
||||||
void autoShow();
|
void autoShow();
|
||||||
void getSetCheck();
|
void getSetCheck();
|
||||||
@ -64,14 +60,6 @@ private slots:
|
|||||||
void QTBUG_31046();
|
void QTBUG_31046();
|
||||||
};
|
};
|
||||||
|
|
||||||
tst_QProgressDialog::tst_QProgressDialog()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
tst_QProgressDialog::~tst_QProgressDialog()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void tst_QProgressDialog::autoShow_data()
|
void tst_QProgressDialog::autoShow_data()
|
||||||
{
|
{
|
||||||
QTest::addColumn<int>("min");
|
QTest::addColumn<int>("min");
|
||||||
|
Loading…
Reference in New Issue
Block a user