move src/plugins/coreplugin/ssh to src/lib/utils/ssh

Merge-request: 253
Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
Milian Wolff
2011-02-14 16:34:17 +01:00
committed by hjk
parent 3b2804d01a
commit 94548a1e1f
85 changed files with 341 additions and 337 deletions

View File

@@ -43,9 +43,9 @@ class QPushButton;
class Ui_MaemoConfigTestDialog;
QT_END_NAMESPACE
namespace Core {
namespace Utils {
class SshRemoteProcessRunner;
} // namespace Core
} // namespace Utils
namespace Qt4ProjectManager {
namespace Internal {
@@ -83,7 +83,7 @@ private:
QPushButton *m_closeButton;
const QSharedPointer<const MaemoDeviceConfig> m_config;
QSharedPointer<Core::SshRemoteProcessRunner> m_testProcessRunner;
QSharedPointer<Utils::SshRemoteProcessRunner> m_testProcessRunner;
QString m_deviceTestOutput;
bool m_qtVersionOk;
MaemoUsedPortsGatherer *const m_portsGatherer;