forked from qt-creator/qt-creator
RemoteLinux: Export LinuxDeviceConfigurations.
Specialized plug-ins might want to manipulate the device list themselves, e.g. to add auto-detected devices. Change-Id: I29b9bfd70c03bc83be86fc55c2023aed90f8ed62 Reviewed-on: http://codereview.qt.nokia.com/2944 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -49,16 +49,16 @@ class SshConnectionParameters;
|
||||
}
|
||||
|
||||
namespace RemoteLinux {
|
||||
class LinuxDeviceConfigurations;
|
||||
class PortList;
|
||||
|
||||
namespace Internal {
|
||||
class LinuxDeviceConfigurationPrivate;
|
||||
class LinuxDeviceConfigurations;
|
||||
} // namespace Internal
|
||||
|
||||
class REMOTELINUX_EXPORT LinuxDeviceConfiguration
|
||||
{
|
||||
friend class Internal::LinuxDeviceConfigurations;
|
||||
friend class LinuxDeviceConfigurations;
|
||||
public:
|
||||
typedef QSharedPointer<LinuxDeviceConfiguration> Ptr;
|
||||
typedef QSharedPointer<const LinuxDeviceConfiguration> ConstPtr;
|
||||
|
||||
Reference in New Issue
Block a user