forked from qt-creator/qt-creator
TaskTree: Prepare for de-utils-ization - part 2
Move TaskTree into Tasking namespace. Move Tasking namespace out of Utils namespace. Change-Id: Ib4c1d7f54f1808517e54768dfa27209c33517b61 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
|
||||
using namespace Core;
|
||||
using namespace ProjectExplorer;
|
||||
using namespace Tasking;
|
||||
using namespace Utils;
|
||||
|
||||
namespace Debugger::Internal {
|
||||
@@ -217,8 +218,6 @@ void AttachCoreDialog::accepted()
|
||||
const DebuggerItem *debuggerItem = Debugger::DebuggerKitAspect::debugger(kit());
|
||||
const FilePath debuggerCommand = debuggerItem->command();
|
||||
|
||||
using namespace Tasking;
|
||||
|
||||
const auto copyFile = [debuggerCommand](const FilePath &srcPath) -> expected_str<FilePath> {
|
||||
if (!srcPath.isSameDevice(debuggerCommand)) {
|
||||
const expected_str<FilePath> tmpPath = debuggerCommand.tmpDir();
|
||||
|
||||
Reference in New Issue
Block a user