diff options
author | Tobias Hunger <tobias.hunger@nokia.com> | 2010-02-12 12:25:00 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2010-02-12 13:02:56 +0100 |
commit | 29e60baf8e80bc1343bcea0dedda5578fb8661d8 (patch) | |
tree | 1d58c995861f05eff377ad65501f7f548505ca75 /src/plugins/projectexplorer/project.h | |
parent | 0d9fb90c3c8756ad46ae473bce54a7c6d0cfa0c0 (diff) | |
download | qt-creator-29e60baf8e80bc1343bcea0dedda5578fb8661d8.tar.gz |
Update import label when rebuilding
* Update the import label (and related stuff) whenever the
project was rebuild.
Diffstat (limited to 'src/plugins/projectexplorer/project.h')
-rw-r--r-- | src/plugins/projectexplorer/project.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/project.h b/src/plugins/projectexplorer/project.h index f9b25b9f8b..6c1d4c3ff4 100644 --- a/src/plugins/projectexplorer/project.h +++ b/src/plugins/projectexplorer/project.h @@ -43,7 +43,6 @@ class IFile; namespace ProjectExplorer { -class BuildManager; class BuildConfigWidget; class IProjectManager; class EditorConfiguration; |