diff options
Diffstat (limited to 'src/plugins/help/macwebkithelpviewer.mm')
-rw-r--r-- | src/plugins/help/macwebkithelpviewer.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/help/macwebkithelpviewer.mm b/src/plugins/help/macwebkithelpviewer.mm index c62ee3d7773..5a4f42b1df3 100644 --- a/src/plugins/help/macwebkithelpviewer.mm +++ b/src/plugins/help/macwebkithelpviewer.mm @@ -703,8 +703,8 @@ DOMRange *MacWebKitHelpViewer::findText(NSString *text, bool forward, bool caseS bool MacWebKitHelpViewer::findText(const QString &text, FindFlags flags, bool incremental, bool fromSearch, bool *wrapped) { - Q_UNUSED(incremental); - Q_UNUSED(fromSearch); + Q_UNUSED(incremental) + Q_UNUSED(fromSearch) @autoreleasepool { if (wrapped) *wrapped = false; |