diff options
Diffstat (limited to 'src/tests/webview_test.cpp')
-rw-r--r-- | src/tests/webview_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/webview_test.cpp b/src/tests/webview_test.cpp index 5de9cd09..1846e142 100644 --- a/src/tests/webview_test.cpp +++ b/src/tests/webview_test.cpp @@ -34,11 +34,11 @@ class WebViewTest : public QObject { Q_OBJECT -public slots: +public Q_SLOTS: void initTestCase(); void cleanupTestCase(); -private slots: +private Q_SLOTS: private: WebView *view; |