Clean up tst_QPalette
Remove ctor, dtor, and empty test functions. Change-Id: I0cf60732258c4470f40ddb258d87f0ac2de64edf Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
parent
da6aac0950
commit
8b4635d895
@ -46,47 +46,12 @@
|
||||
|
||||
class tst_QPalette : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
tst_QPalette();
|
||||
virtual ~tst_QPalette();
|
||||
|
||||
public slots:
|
||||
void initTestCase();
|
||||
void cleanupTestCase();
|
||||
void init();
|
||||
void cleanup();
|
||||
|
||||
private slots:
|
||||
Q_OBJECT
|
||||
private Q_SLOTS:
|
||||
void roleValues_data();
|
||||
void roleValues();
|
||||
};
|
||||
|
||||
tst_QPalette::tst_QPalette()
|
||||
{
|
||||
}
|
||||
|
||||
tst_QPalette::~tst_QPalette()
|
||||
{
|
||||
}
|
||||
|
||||
void tst_QPalette::initTestCase()
|
||||
{
|
||||
}
|
||||
|
||||
void tst_QPalette::cleanupTestCase()
|
||||
{
|
||||
}
|
||||
|
||||
void tst_QPalette::init()
|
||||
{
|
||||
}
|
||||
|
||||
void tst_QPalette::cleanup()
|
||||
{
|
||||
}
|
||||
|
||||
void tst_QPalette::roleValues_data()
|
||||
{
|
||||
QTest::addColumn<int>("role");
|
||||
|
Loading…
Reference in New Issue
Block a user