diff options
author | Saturneric <[email protected]> | 2021-08-11 05:21:57 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-08-11 05:21:57 +0000 |
commit | a5cf56e93e4e6a856b2f21730c7bfbfa413410ff (patch) | |
tree | cdfd1bb9eaf5ba7bfce4a7e4512f371d9d75107d /include/ui/SettingsDialog.h | |
parent | Split some source files that are too large. (diff) | |
download | GpgFrontend-a5cf56e93e4e6a856b2f21730c7bfbfa413410ff.tar.gz GpgFrontend-a5cf56e93e4e6a856b2f21730c7bfbfa413410ff.zip |
Continue to improve functions.
Split source files that are too long.
Diffstat (limited to 'include/ui/SettingsDialog.h')
-rwxr-xr-x | include/ui/SettingsDialog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ui/SettingsDialog.h b/include/ui/SettingsDialog.h index 358ab2d1..2f289a4c 100755 --- a/include/ui/SettingsDialog.h +++ b/include/ui/SettingsDialog.h @@ -58,10 +58,6 @@ private: QNetworkAccessManager manager; - QRegularExpression re_uuid{R"(\b[0-9a-f]{8}\b-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-\b[0-9a-f]{12}\b)"}; - - bool checkUUIDFormat(const QString& uuid); - private slots: void slotOwnKeyIdChanged(); |