1 2 3 4 5 6 | /home/mirco/src/unity8-shellRotation
1> grep "RegExp" `find . -name "*.qml" -print`
./tests/qmltests/tst_Shell.qml:313: snapDecisionProxyModel.filterRegExp = RegExp("");
./qml/Notifications/Notifications.qml:38: filterRegExp: RegExp(UnityNotifications.Notification.SnapDecision)
./qml/Dash/GenericScopeView.qml:116: filterRegExp: /^0$/
|