Maemo: Introduce class for maemo-global functions.

This commit is contained in:
ck
2010-07-13 17:00:12 +02:00
parent 9bd53be4c9
commit e17b99e7f3
8 changed files with 115 additions and 26 deletions

View File

@@ -49,7 +49,7 @@
#include <QtCore/QStringBuilder>
namespace Qt4ProjectManager {
namespace Internal {
namespace Internal {
using namespace ProjectExplorer;
@@ -269,5 +269,5 @@ void MaemoRunConfiguration::updateDeviceConfigurations()
emit deviceConfigurationsUpdated(target());
}
} // namespace Internal
} // namespace Internal
} // namespace Qt4ProjectManager