summaryrefslogtreecommitdiff
path: root/editor/progress_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/progress_dialog.h')
-rw-r--r--editor/progress_dialog.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/editor/progress_dialog.h b/editor/progress_dialog.h
index e01c7d802b..753b6ac955 100644
--- a/editor/progress_dialog.h
+++ b/editor/progress_dialog.h
@@ -38,13 +38,11 @@
#include "scene/gui/progress_bar.h"
class BackgroundProgress : public HBoxContainer {
-
GDCLASS(BackgroundProgress, HBoxContainer);
_THREAD_SAFE_CLASS_
struct Task {
-
HBoxContainer *hb;
ProgressBar *progress;
};
@@ -68,11 +66,9 @@ public:
BackgroundProgress() {}
};
-class ProgressDialog : public Popup {
-
- GDCLASS(ProgressDialog, Popup);
+class ProgressDialog : public PopupPanel {
+ GDCLASS(ProgressDialog, PopupPanel);
struct Task {
-
String task;
VBoxContainer *vb;
ProgressBar *progress;