aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/WaitingDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-23 09:10:53 +0000
committerSaturneric <[email protected]>2022-01-23 09:10:53 +0000
commit0dd16d72d75e2068b8365a49ef2696a4744575dd (patch)
treea463727ba5a5ee4d5afcfb0eaa4d8e6e48b7c930 /src/ui/WaitingDialog.h
parent<refactor>(ui): tidy up codes and comments. (diff)
downloadGpgFrontend-0dd16d72d75e2068b8365a49ef2696a4744575dd.tar.gz
GpgFrontend-0dd16d72d75e2068b8365a49ef2696a4744575dd.zip
<refactor>(ui): tidy up codes and comments.
1. tidy up ui.
Diffstat (limited to '')
-rw-r--r--src/ui/WaitingDialog.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/ui/WaitingDialog.h b/src/ui/WaitingDialog.h
index 274447a8..1bb6a22b 100644
--- a/src/ui/WaitingDialog.h
+++ b/src/ui/WaitingDialog.h
@@ -33,16 +33,20 @@
namespace GpgFrontend::UI {
+/**
+ * @brief
+ *
+ */
class WaitingDialog : public QDialog {
Q_OBJECT
public:
+ /**
+ * @brief Construct a new Waiting Dialog object
+ *
+ * @param title
+ * @param parent
+ */
WaitingDialog(const QString& title, QWidget* parent);
-
- public slots:
-
- private slots:
-
- private:
};
} // namespace GpgFrontend::UI