WebAssembly: Move the device infobar setup to the device files

Change-Id: I201c0f1dba59530e9e8183cb24974baed049196e
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2023-11-24 15:41:43 +01:00
parent e729c37d95
commit da15f6fa0c
3 changed files with 41 additions and 47 deletions

View File

@@ -3,12 +3,8 @@
#pragma once
#include <projectexplorer/devicesupport/idevicefwd.h>
namespace WebAssembly::Internal {
ProjectExplorer::IDevicePtr createWebAssemblyDevice();
void setupWebAssemblyDevice();
} // WebAssembly::Interenal