diff options
Diffstat (limited to 'src/tests/findbar_test.cpp')
-rw-r--r-- | src/tests/findbar_test.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/findbar_test.cpp b/src/tests/findbar_test.cpp index a79f44a2..c9555441 100644 --- a/src/tests/findbar_test.cpp +++ b/src/tests/findbar_test.cpp @@ -31,11 +31,11 @@ class FindBarTest : public QObject { Q_OBJECT - + public slots: void initTestCase(); void cleanupTestCase(); - + private slots: void matchCase(); void notifyMatch(); @@ -60,10 +60,10 @@ void FindBarTest::cleanupTestCase() { delete bar; } - + void FindBarTest::matchCase() { - + } void FindBarTest::notifyMatch() |