Fixes: Finding the ui*.h files so that we can parse those.

This commit is contained in:
dt
2009-02-06 13:26:21 +01:00
parent dd9ccc517b
commit c71edd7763
2 changed files with 5 additions and 5 deletions

View File

@@ -187,7 +187,7 @@ public slots:
void scheduleUpdate();
void update();
private slots:
void updateUiFiles();
void updateUiFiles(const QString& buildConfiguration);
void buildStateChanged(ProjectExplorer::Project*);
private: