diff options
author | Saturneric <[email protected]> | 2021-12-05 06:18:14 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-05 06:18:14 +0000 |
commit | ad423ba4cf529a5d5223c7808596caa7e52aab3a (patch) | |
tree | a6d05a7f32e9d6c47551c6568381d8b4d558da4b /src/ui/widgets/GroupKeyList.h | |
parent | Update Documents. (diff) | |
parent | Fixed (diff) | |
download | GpgFrontend-ad423ba4cf529a5d5223c7808596caa7e52aab3a.tar.gz GpgFrontend-ad423ba4cf529a5d5223c7808596caa7e52aab3a.zip |
Merge branch 'develop-ci' into develop
Diffstat (limited to '')
-rw-r--r-- | src/ui/widgets/GroupKeyList.h (renamed from include/ui/WaitingDialog.h) | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/include/ui/WaitingDialog.h b/src/ui/widgets/GroupKeyList.h index df781073..163c7126 100644 --- a/include/ui/WaitingDialog.h +++ b/src/ui/widgets/GroupKeyList.h @@ -1,7 +1,7 @@ /** - * This file is part of GPGFrontend. + * This file is part of GpgFrontend. * - * GPGFrontend is free software: you can redistribute it and/or modify + * GpgFrontend is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. @@ -22,19 +22,13 @@ * */ -#include "GpgFrontend.h" - -class WaitingDialog : public QDialog { -Q_OBJECT -public: - - WaitingDialog(const QString &title, QWidget *parent); - -public slots: - -private slots: - -private: +#ifndef GPGFRONTEND_GROUPKEYLIST_H +#define GPGFRONTEND_GROUPKEYLIST_H +#include "ui/GpgFrontendUI.h" +class GroupKeyList : public QWidget { + Q_OBJECT }; + +#endif // GPGFRONTEND_GROUPKEYLIST_H |