summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstringmatcher/tst_qstringmatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qstringmatcher/tst_qstringmatcher.cpp')
-rw-r--r--tests/auto/corelib/tools/qstringmatcher/tst_qstringmatcher.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/corelib/tools/qstringmatcher/tst_qstringmatcher.cpp b/tests/auto/corelib/tools/qstringmatcher/tst_qstringmatcher.cpp
index 9dade954f8..e8f36c4840 100644
--- a/tests/auto/corelib/tools/qstringmatcher/tst_qstringmatcher.cpp
+++ b/tests/auto/corelib/tools/qstringmatcher/tst_qstringmatcher.cpp
@@ -39,7 +39,6 @@
**
****************************************************************************/
-
#include <QtTest/QtTest>
#include <qstringmatcher.h>
@@ -48,7 +47,6 @@ class tst_QStringMatcher : public QObject
Q_OBJECT
private slots:
- void qstringmatcher_data();
void qstringmatcher();
void caseSensitivity();
void indexIn_data();
@@ -64,10 +62,6 @@ class SubQStringMatcher : public QStringMatcher
public:
};
-void tst_QStringMatcher::qstringmatcher_data()
-{
-}
-
void tst_QStringMatcher::qstringmatcher()
{
SubQStringMatcher matcher;