diff options
author | saturneric <[email protected]> | 2024-01-30 09:33:16 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-30 09:33:16 +0000 |
commit | 2554604b93a8a5949473071bef145f4ec7cf8fce (patch) | |
tree | b498311d793156a22a3466ae6f3c58ab2a959afc /src/ui/dialog/import_export/KeyImportDetailDialog.h | |
parent | doc: update translations (diff) | |
download | GpgFrontend-2554604b93a8a5949473071bef145f4ec7cf8fce.tar.gz GpgFrontend-2554604b93a8a5949473071bef145f4ec7cf8fce.zip |
fix: add general main window rect state fallback logic
Diffstat (limited to 'src/ui/dialog/import_export/KeyImportDetailDialog.h')
-rw-r--r-- | src/ui/dialog/import_export/KeyImportDetailDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/import_export/KeyImportDetailDialog.h b/src/ui/dialog/import_export/KeyImportDetailDialog.h index db355570..2af0397d 100644 --- a/src/ui/dialog/import_export/KeyImportDetailDialog.h +++ b/src/ui/dialog/import_export/KeyImportDetailDialog.h @@ -80,7 +80,7 @@ class KeyImportDetailDialog : public GeneralDialog { * @param keyStatus * @return QString */ - static QString get_status_string(int keyStatus); + static auto get_status_string(int) -> QString; QTableWidget* keys_table_{}; ///< QGroupBox* general_info_box_{}; ///< |