forked from qt-creator/qt-creator
S60: Introduce a communications device type.
- Introduce a communications device type flag, add stubs for Bluetooth to serialdevicelister and pass the device type in new struct CommunicationDevice along to run configuration and debugger start parameters (overriding the debugger settings). - Give the s60devices::Device a tooltip in the settings page
This commit is contained in:
@@ -113,6 +113,7 @@ public:
|
||||
QString crashParameter; // for AttachCrashedExternal
|
||||
// for remote debugging
|
||||
QString remoteChannel;
|
||||
int remoteChannelType;
|
||||
QString remoteArchitecture;
|
||||
QString symbolFileName;
|
||||
QString serverStartScript;
|
||||
|
||||
Reference in New Issue
Block a user