summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qstandardpaths/tst_qstandardpaths.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qstandardpaths/tst_qstandardpaths.cpp')
-rw-r--r--tests/auto/corelib/io/qstandardpaths/tst_qstandardpaths.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/tests/auto/corelib/io/qstandardpaths/tst_qstandardpaths.cpp b/tests/auto/corelib/io/qstandardpaths/tst_qstandardpaths.cpp
index 5c2bb0bb69..b7169dc57b 100644
--- a/tests/auto/corelib/io/qstandardpaths/tst_qstandardpaths.cpp
+++ b/tests/auto/corelib/io/qstandardpaths/tst_qstandardpaths.cpp
@@ -39,7 +39,6 @@
**
****************************************************************************/
-
#include <QtTest/QtTest>
#include <qstandardpaths.h>
#include <qdebug.h>
@@ -57,14 +56,9 @@
//TESTED_CLASS=QStandardPaths
//TESTED_FILES=qstandardpaths.cpp
-class tst_qstandardpaths : public QObject {
- Q_OBJECT
-
-public:
- tst_qstandardpaths() {
- }
- virtual ~tst_qstandardpaths() {
- }
+class tst_qstandardpaths : public QObject
+{
+ Q_OBJECT
private slots:
void testDefaultLocations();