feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -31,9 +31,9 @@
|
|||
#ifndef EDITOR_PLUGIN_SETTINGS_H
|
||||
#define EDITOR_PLUGIN_SETTINGS_H
|
||||
|
||||
#include "editor/editor_data.h"
|
||||
#include "editor/plugins/plugin_config_dialog.h"
|
||||
|
||||
class TextureRect;
|
||||
class Tree;
|
||||
|
||||
class EditorPluginSettings : public VBoxContainer {
|
||||
|
|
@ -55,6 +55,7 @@ class EditorPluginSettings : public VBoxContainer {
|
|||
};
|
||||
|
||||
PluginConfigDialog *plugin_config_dialog = nullptr;
|
||||
TextureRect *recovery_mode_icon = nullptr;
|
||||
Tree *plugin_list = nullptr;
|
||||
bool updating = false;
|
||||
|
||||
|
|
@ -67,8 +68,6 @@ class EditorPluginSettings : public VBoxContainer {
|
|||
protected:
|
||||
void _notification(int p_what);
|
||||
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
void update_plugins();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue