Replace deprecated QRegExp with QRegularExpression.
authoralex-z <blackslayer4@gmail.com>
Fri, 29 Oct 2021 14:56:29 +0000 (17:56 +0300)
committerallexzander (Rebase PR Action) <allexzander@users.noreply.github.com>
Tue, 2 Nov 2021 08:54:06 +0000 (08:54 +0000)
commitc52718c104d69e054371e407e96ab1e132895772
tree8942af619ba3ba71ffc974cb7cd4f055c2e3d34b
parente4eaf9d88d2f69c49e804ed993e7dbb7f0fbeefe
Replace deprecated QRegExp with QRegularExpression.

Signed-off-by: alex-z <blackslayer4@gmail.com>
14 files changed:
src/cmd/cmd.cpp
src/gui/creds/oauth.cpp
src/gui/notificationconfirmjob.cpp
src/gui/sharedialog.cpp
src/gui/syncrunfilelog.cpp
src/libsync/creds/credentialscommon.cpp
src/libsync/discovery.cpp
src/libsync/discoveryphase.h
src/libsync/logger.cpp
src/libsync/networkjobs.cpp
src/libsync/propagatedownload.cpp
src/libsync/syncengine.cpp
test/mockserver/httpserver.cpp
test/testutility.cpp