mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 22:42:17 +02:00
Merge pull request #6118 from ZappoMan/fixWarningsInMaster
fix warning in master
This commit is contained in:
commit
62923beef1
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ Menu::Menu() {
|
|||
auto& atpMigrator = ATPAssetMigrator::getInstance();
|
||||
atpMigrator.setDialogParent(this);
|
||||
|
||||
QAction* assetMigration = addActionToQMenuAndActionHash(assetDeveloperMenu, MenuOption::AssetMigration,
|
||||
addActionToQMenuAndActionHash(assetDeveloperMenu, MenuOption::AssetMigration,
|
||||
0, &atpMigrator,
|
||||
SLOT(loadEntityServerFile()));
|
||||
|
||||
|
|
Loading…
Reference in a new issue