diff --git a/lib/qml/ResultsView.qml b/lib/qml/ResultsView.qml --- a/lib/qml/ResultsView.qml +++ b/lib/qml/ResultsView.qml @@ -34,6 +34,7 @@ property alias runnerName: resultModel.runnerName property alias runnerIcon: resultModel.runnerIcon property alias querying: resultModel.querying + property alias limit: resultModel.limit property bool reversed signal activated signal updateQueryString(string text, int cursorPosition)