Maemo: Silence incompetent compiler.

This commit is contained in:
Christian Kandeler
2010-09-08 16:23:56 +02:00
parent e0d9b32228
commit aef9d15eba

View File

@@ -198,7 +198,7 @@ QString MaemoDeployableListModel::localExecutableFilePath() const
return QString();
const bool isLib = m_proFileNode->projectType() == LibraryTemplate;
bool isStatic;
bool isStatic = false; // Nonsense init for stupid compilers.
QString fileName;
if (isLib) {
fileName += QLatin1String("lib");