forked from qt-creator/qt-creator
Maemo: Remove dead code.
This commit is contained in:
@@ -172,10 +172,6 @@ MaemoRunConfiguration::MaemoRunConfiguration(Qt4Project *project,
|
|||||||
, m_lastDeployed(source->m_lastDeployed)
|
, m_lastDeployed(source->m_lastDeployed)
|
||||||
, m_debuggingHelpersLastDeployed(source->m_debuggingHelpersLastDeployed)
|
, m_debuggingHelpersLastDeployed(source->m_debuggingHelpersLastDeployed)
|
||||||
, qemu(0)
|
, qemu(0)
|
||||||
#if USE_SSL_PASSWORD
|
|
||||||
, m_remoteUserPassword(source->m_remoteUserPassword)
|
|
||||||
, m_remoteHostRequiresPassword(source->m_remoteHostRequiresPassword)
|
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,8 +48,6 @@ class MaemoManager;
|
|||||||
class MaemoToolChain;
|
class MaemoToolChain;
|
||||||
class Qt4ProFileNode;
|
class Qt4ProFileNode;
|
||||||
|
|
||||||
#define USE_SSL_PASSWORD 0
|
|
||||||
|
|
||||||
class ErrorDumper : public QObject
|
class ErrorDumper : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@@ -107,15 +105,6 @@ public:
|
|||||||
|
|
||||||
bool isQemuRunning() const;
|
bool isQemuRunning() const;
|
||||||
|
|
||||||
#if USE_SSL_PASSWORD
|
|
||||||
// Only valid if remoteHostRequiresPassword() == true.
|
|
||||||
void setRemotePassword(const QString &password);
|
|
||||||
const QString remoteUserPassword() const { return m_remoteUserPassword; }
|
|
||||||
|
|
||||||
void setRemoteHostRequiresPassword(bool requiresPassword);
|
|
||||||
bool remoteHostRequiresPassword() const { return m_remoteHostRequiresPassword; }
|
|
||||||
#endif
|
|
||||||
|
|
||||||
virtual QVariantMap toMap() const;
|
virtual QVariantMap toMap() const;
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
@@ -177,11 +166,6 @@ private:
|
|||||||
|
|
||||||
QProcess *qemu;
|
QProcess *qemu;
|
||||||
ErrorDumper dumper;
|
ErrorDumper dumper;
|
||||||
|
|
||||||
#if USE_SSL_PASSWORD
|
|
||||||
QString m_remoteUserPassword;
|
|
||||||
bool m_remoteHostRequiresPassword;
|
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class MaemoRunConfigurationFactory : public ProjectExplorer::IRunConfigurationFactory
|
class MaemoRunConfigurationFactory : public ProjectExplorer::IRunConfigurationFactory
|
||||||
|
|||||||
Reference in New Issue
Block a user