diff options
Diffstat (limited to 'src/tests/webview_test.cpp')
-rw-r--r-- | src/tests/webview_test.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tests/webview_test.cpp b/src/tests/webview_test.cpp index 11d1a46c..7eb968c7 100644 --- a/src/tests/webview_test.cpp +++ b/src/tests/webview_test.cpp @@ -33,11 +33,11 @@ class WebViewTest : public QObject { Q_OBJECT - + public slots: void initTestCase(); void cleanupTestCase(); - + private slots: private: @@ -60,12 +60,12 @@ void WebViewTest::cleanupTestCase() { delete tab; } - - + + // ------------------------------------------- // ------------------------------------------- -QTEST_KDEMAIN(WebViewTest,GUI) +QTEST_KDEMAIN(WebViewTest, GUI) #include "webview_test.moc" |