summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoão Abecasis <joao.abecasis@nokia.com>2011-08-17 12:38:27 (GMT)
committerJoão Abecasis <joao.abecasis@nokia.com>2011-08-17 15:52:24 (GMT)
commit98f0e52547f6f840e386740dc6c2d99452965266 (patch)
treeee4eb6e9be8abcd7716351759508bf8c8fd95593 /tests
parent401722ef9e6fe79bd41f9d5f79668f5c4997c8e6 (diff)
downloadQt-98f0e52547f6f840e386740dc6c2d99452965266.zip
Qt-98f0e52547f6f840e386740dc6c2d99452965266.tar.gz
Qt-98f0e52547f6f840e386740dc6c2d99452965266.tar.bz2
Cleanup code: removing empty stubs
Reviewed-by: Shane Kearns
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qtemporaryfile/tst_qtemporaryfile.cpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/auto/qtemporaryfile/tst_qtemporaryfile.cpp b/tests/auto/qtemporaryfile/tst_qtemporaryfile.cpp
index 18b9337..11b2bb3 100644
--- a/tests/auto/qtemporaryfile/tst_qtemporaryfile.cpp
+++ b/tests/auto/qtemporaryfile/tst_qtemporaryfile.cpp
@@ -69,13 +69,7 @@
class tst_QTemporaryFile : public QObject
{
Q_OBJECT
-public:
- tst_QTemporaryFile();
- virtual ~tst_QTemporaryFile();
public slots:
- void init();
- void cleanup();
-
void initTestCase();
void cleanupTestCase();
@@ -103,8 +97,6 @@ private slots:
void QTBUG_4796_data();
void QTBUG_4796();
-
-public:
};
void tst_QTemporaryFile::initTestCase()
@@ -139,27 +131,6 @@ void tst_QTemporaryFile::getSetCheck()
QCOMPARE(true, obj1.autoRemove());
}
-tst_QTemporaryFile::tst_QTemporaryFile()
-{
-}
-
-tst_QTemporaryFile::~tst_QTemporaryFile()
-{
-
-}
-
-void tst_QTemporaryFile::init()
-{
-// TODO: Add initialization code here.
-// This will be executed immediately before each test is run.
-}
-
-void tst_QTemporaryFile::cleanup()
-{
-// TODO: Add cleanup code here.
-// This will be executed immediately after each test is run.
-}
-
void tst_QTemporaryFile::fileTemplate_data()
{
QTest::addColumn<QString>("constructorTemplate");