Fix gcc warning

This commit is contained in:
Kai Koehne
2010-08-13 09:19:27 +02:00
parent 5d645bfdfe
commit 62d6a977f7

View File

@@ -102,6 +102,8 @@ void MaemoDeployStepWidget::handleMountPortEdited(int newPort)
{
#ifdef DEPLOY_VIA_MOUNT
m_step->setMountPort(newPort);
#else
Q_UNUSED(newPort);
#endif
}