diff options
author | Christian Strømme <[email protected]> | 2015-06-26 12:12:04 +0200 |
---|---|---|
committer | Christian Stromme <[email protected]> | 2015-08-03 10:37:43 +0000 |
commit | 88b92638d3cb5cf48a408c1099cb4b950cf91c33 (patch) | |
tree | bfe43adc823654f4da6cb0dcb5880c00e99d663d | |
parent | 7ba1884eeef7712e3d8d6f506f70b81c4a4c1e4e (diff) |
Replace usage of slots with Q_SLOTS.
Replaces the last slots keyword in the code with Q_SLOTS.
Change-Id: I1da5abc612eb00cbc56c9e483c555460c7021880
Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
-rw-r--r-- | src/webview/qquickviewcontroller_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/qquickviewcontroller_p.h b/src/webview/qquickviewcontroller_p.h index 10bbc6f..e2d45a2 100644 --- a/src/webview/qquickviewcontroller_p.h +++ b/src/webview/qquickviewcontroller_p.h @@ -65,7 +65,7 @@ public: explicit QQuickViewController(QQuickItem *parent = 0); ~QQuickViewController(); -public slots: +public Q_SLOTS: void onWindowChanged(QQuickWindow* window); void onVisibleChanged(); |