Remove empty functions from QDirModel test.
Change-Id: Ieb8af41425739f9175df26224b171cd9f8b3c4f3 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
edc77f5aa8
commit
f79dc01304
@ -39,7 +39,6 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest/QtTest>
|
||||||
#include <qdirmodel.h>
|
#include <qdirmodel.h>
|
||||||
#include <qapplication.h>
|
#include <qapplication.h>
|
||||||
@ -53,20 +52,11 @@
|
|||||||
class tst_QDirModel : public QObject
|
class tst_QDirModel : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
|
||||||
|
|
||||||
tst_QDirModel();
|
|
||||||
virtual ~tst_QDirModel();
|
|
||||||
|
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void initTestCase();
|
|
||||||
void cleanupTestCase();
|
void cleanupTestCase();
|
||||||
#ifdef Q_OS_UNIX
|
#ifdef Q_OS_UNIX
|
||||||
void init();
|
void init();
|
||||||
#endif
|
#endif
|
||||||
void cleanup();
|
|
||||||
private slots:
|
private slots:
|
||||||
void getSetCheck();
|
void getSetCheck();
|
||||||
#ifdef Q_OS_UNIX
|
#ifdef Q_OS_UNIX
|
||||||
@ -144,19 +134,6 @@ void tst_QDirModel::getSetCheck()
|
|||||||
Q_DECLARE_METATYPE(QModelIndex)
|
Q_DECLARE_METATYPE(QModelIndex)
|
||||||
Q_DECLARE_METATYPE(QModelIndexList)
|
Q_DECLARE_METATYPE(QModelIndexList)
|
||||||
|
|
||||||
tst_QDirModel::tst_QDirModel()
|
|
||||||
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
tst_QDirModel::~tst_QDirModel()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void tst_QDirModel::initTestCase()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void tst_QDirModel::cleanupTestCase()
|
void tst_QDirModel::cleanupTestCase()
|
||||||
{
|
{
|
||||||
QDir current;
|
QDir current;
|
||||||
@ -178,10 +155,6 @@ void tst_QDirModel::init()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void tst_QDirModel::cleanup()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
tests
|
tests
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user