Maemo: Differentiate between Maemo versions.

Reviewed-by: kh1
This commit is contained in:
Christian Kandeler
2010-08-23 15:37:17 +02:00
parent 6bbc55369a
commit c0a922f742
7 changed files with 30 additions and 2 deletions

View File

@@ -80,6 +80,8 @@ void MaemoRemoteMounter::mount()
m_stop = false;
Q_ASSERT(m_utfsServers.isEmpty());
if (!m_toolChain->allowsRemoteMounts())
m_mountSpecs.clear();
if (m_mountSpecs.isEmpty())
emit mounted();
else