Skip to content

Port QRegExp to QRegularExpression (take 2)

Ahmad Samir requested to merge work/ahmad/QRE-port into master

KReplaceDialogPrivate::_k_slotOk() doesn't seem to be used/connected to anything as far as I can see, I commented it out and everything build just fine. Anyway, it's now been ported to QRegularExpression (but not tested).

Also wrap "#include "... etc with deprecation wrappers, this was forgotten when the code was ported to QRegularExpression the first time around.

Merge request reports