summaryrefslogtreecommitdiff
path: root/src/tests/findbar_test.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-30 11:23:37 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-30 11:23:37 +0200
commitc896cc340d7e6e0878b3249c5792e6d88a12cf42 (patch)
treefd0a7a61ff1d07f301f2188de5cb6fa473134897 /src/tests/findbar_test.cpp
parentA tiny improvement in the error page, showing a fat icon.. :) (diff)
downloadrekonq-c896cc340d7e6e0878b3249c5792e6d88a12cf42.tar.xz
A coding style round
Diffstat (limited to 'src/tests/findbar_test.cpp')
-rw-r--r--src/tests/findbar_test.cpp8
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()