Maemo: Better reporting of mount errors.

This commit is contained in:
ck
2010-08-10 15:42:12 +02:00
parent 0b5e36d6fa
commit 1c746014af
3 changed files with 45 additions and 19 deletions

View File

@@ -66,8 +66,6 @@ MaemoSshRunner::MaemoSshRunner(QObject *parent,
connect(m_mounter, SIGNAL(unmounted()), this, SLOT(handleUnmounted()));
connect(m_mounter, SIGNAL(error(QString)), this,
SLOT(handleMounterError(QString)));
connect(m_mounter, SIGNAL(remoteErrorOutput(QByteArray)), this,
SIGNAL(remoteErrorOutput(QByteArray)));
}
MaemoSshRunner::~MaemoSshRunner() {}