Some small code style fixes

This commit is contained in:
Thorbjørn Lindeijer
2010-02-25 15:18:10 +01:00
parent e7936d3862
commit 5c715fa11f
3 changed files with 5 additions and 5 deletions

View File

@@ -183,7 +183,7 @@ public:
virtual void init(ProjectExplorer::BuildConfiguration *bc);
private Q_SLOTS:
void configNameEdited(QString name);
void configNameEdited(const QString &name);
void buildDirectoryChanged();
void toolChainSelected(int index);