ssh: Avoid warnings from MSVC

This commit is contained in:
Robert Loehning
2010-08-24 20:53:15 +02:00
parent ab4c16a517
commit dccb56d214

View File

@@ -39,8 +39,8 @@ QT_FORWARD_DECLARE_CLASS(QTimer);
namespace Core {
namespace Internal {
class SshChannelExitSignal;
class SshChannelExitStatus;
struct SshChannelExitSignal;
struct SshChannelExitStatus;
class SshIncomingPacket;
class SshSendFacility;