diff options
| author | selsta <selsta@sent.at> | 2022-05-07 18:10:25 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2022-05-07 18:36:16 +0200 |
| commit | 7b729fc885d9bf042903e7e20e05407d59a49816 (patch) | |
| tree | fcad49b7a97dec5f8c65974762076483abb5620f /src/main | |
| parent | 2e2ae5c88fdc159477e8bc9ad871a892da83e935 (diff) | |
| download | monzero-gui-7b729fc885d9bf042903e7e20e05407d59a49816.tar.gz monzero-gui-7b729fc885d9bf042903e7e20e05407d59a49816.tar.xz monzero-gui-7b729fc885d9bf042903e7e20e05407d59a49816.zip | |
qt: replace QRegExp with QRegularExpression
QRegExp is removed in Qt6
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index db339d71..f12085dd 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -36,7 +36,6 @@ #include <QObject> #include <QDesktopWidget> #include <QScreen> -#include <QRegExp> #include <QThread> #include <version.h> |
