forked from qt-creator/qt-creator
ProjectExplorer: Remove IDevice::terminalCommand
Since Terminals can now be started for device file paths, there is no need anymore for IDevice::terminalCommand. Change-Id: I01c831ea7ee29d53efa6880631e8c6d54a4316aa Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -54,6 +54,8 @@ struct NameAndCommandLine
|
||||
CommandLine commandLine;
|
||||
};
|
||||
|
||||
QTCREATOR_UTILS_EXPORT FilePath defaultShellForDevice(const FilePath &deviceRoot);
|
||||
|
||||
class QTCREATOR_UTILS_EXPORT Hooks
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user