forked from qt-creator/qt-creator
		
	device handling: move LinuxDeviceConfiguration::MachineType to IDevice
Change-Id: I1619f8ca7751acfe3379b6486949b65c1f9b42fd Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
		@@ -51,6 +51,7 @@ namespace Qt4ProjectManager {
 | 
			
		||||
SymbianIDevice::SymbianIDevice() :
 | 
			
		||||
    ProjectExplorer::IDevice(Internal::SymbianIDeviceFactory::deviceType(),
 | 
			
		||||
                             ProjectExplorer::IDevice::AutoDetected,
 | 
			
		||||
                             ProjectExplorer::IDevice::Hardware,
 | 
			
		||||
                             Core::Id("Symbian Device")),
 | 
			
		||||
    m_port(QLatin1String(DEFAULT_CODA_TCP_PORT)),
 | 
			
		||||
    m_communicationChannel(CommunicationCodaSerialConnection)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user