diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 11:23:37 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 11:23:37 +0200 |
commit | c896cc340d7e6e0878b3249c5792e6d88a12cf42 (patch) | |
tree | fd0a7a61ff1d07f301f2188de5cb6fa473134897 /src/tests/webpage_test.cpp | |
parent | A tiny improvement in the error page, showing a fat icon.. :) (diff) | |
download | rekonq-c896cc340d7e6e0878b3249c5792e6d88a12cf42.tar.xz |
A coding style round
Diffstat (limited to 'src/tests/webpage_test.cpp')
-rw-r--r-- | src/tests/webpage_test.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/tests/webpage_test.cpp b/src/tests/webpage_test.cpp index 3051b8bf..c06ce7a5 100644 --- a/src/tests/webpage_test.cpp +++ b/src/tests/webpage_test.cpp @@ -34,11 +34,11 @@ class WebPageTest : public QObject { Q_OBJECT - + public slots: void initTestCase(); void cleanupTestCase(); - + private slots: void manageNetworkErrors(); void downloadRequest(); @@ -46,9 +46,9 @@ private slots: void createWindow(); void acceptNavigationRequest(); - + void handleUnsupportedContent(); - + void loadFinished(); private: @@ -73,8 +73,8 @@ void WebPageTest::cleanupTestCase() { delete tab; } - - + + // ------------------------------------------- @@ -108,5 +108,5 @@ void WebPageTest::loadFinished() // ------------------------------------------- -QTEST_KDEMAIN(WebPageTest,GUI) +QTEST_KDEMAIN(WebPageTest, GUI) #include "webpage_test.moc" |