mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 17:35:45 +02:00
Remove warning
This commit is contained in:
parent
5930e06849
commit
180de82e52
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ static const QString KEY_NAME = "Key";
|
|||
|
||||
TreeNodeBase::TreeNodeBase(TreeNodeFolder* parent, const QString& name, TreeNodeType type) :
|
||||
_parent(parent),
|
||||
_name(name),
|
||||
_type(type) {
|
||||
_type(type),
|
||||
_name(name) {
|
||||
};
|
||||
|
||||
TreeNodeScript::TreeNodeScript(const QString& localPath, const QString& fullPath, ScriptOrigin origin) :
|
||||
|
|
Loading…
Reference in a new issue