Maemo: Toolchain for remote mounter needs to be dynamic.

This commit is contained in:
Christian Kandeler
2010-08-23 15:54:35 +02:00
parent c0a922f742
commit 14d7f6b661
4 changed files with 10 additions and 13 deletions

View File

@@ -43,11 +43,9 @@ using namespace Core;
namespace Qt4ProjectManager {
namespace Internal {
MaemoRemoteMounter::MaemoRemoteMounter(QObject *parent,
const MaemoToolChain *toolchain)
: QObject(parent), m_toolChain(toolchain),
m_utfsServerTimer(new QTimer(this)), m_uploadJobId(SftpInvalidJob),
m_stop(false)
MaemoRemoteMounter::MaemoRemoteMounter(QObject *parent)
: QObject(parent), m_utfsServerTimer(new QTimer(this)),
m_uploadJobId(SftpInvalidJob), m_stop(false)
{
connect(m_utfsServerTimer, SIGNAL(timeout()), this,
SLOT(handleUtfsServerTimeout()));