diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-06-09 13:57:57 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-06-09 13:57:57 -0500 |
| commit | 35d1546110647b2a7044d373bdf2da0ced419794 (patch) | |
| tree | bb224fdd4ad98d0c9b5e48c0d78f5835b2d09cb0 /src/main/main.cpp | |
| parent | c4bebbf17383ee1465cf132b092f620d58919f27 (diff) | |
| parent | 7b729fc885d9bf042903e7e20e05407d59a49816 (diff) | |
| download | monzero-gui-35d1546110647b2a7044d373bdf2da0ced419794.tar.gz monzero-gui-35d1546110647b2a7044d373bdf2da0ced419794.tar.xz monzero-gui-35d1546110647b2a7044d373bdf2da0ced419794.zip | |
Merge pull request #3915
7b729fc qt: replace QRegExp with QRegularExpression (selsta)
Diffstat (limited to 'src/main/main.cpp')
| -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 1e375843..8be5071a 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> |
