aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-03-29 12:24:23 +0200
committerdt <qtc-committer@nokia.com>2010-03-29 15:17:19 +0200
commite813f280931d8eba05baa971e28957bb4d8c79f3 (patch)
tree0f812b7cb63bfbe9ee06e5ad5c4cafe83e52a48f /src/plugins/projectexplorer
parent6218ab3c826b8ad73418f578a20438d19c6efe00 (diff)
Export ProjectExplorer::Task again.
Accidentally removed that while moving the class. Reviewed-By: con
Diffstat (limited to 'src/plugins/projectexplorer')
-rw-r--r--src/plugins/projectexplorer/taskwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/taskwindow.h b/src/plugins/projectexplorer/taskwindow.h
index e2f0224593..596a8089d8 100644
--- a/src/plugins/projectexplorer/taskwindow.h
+++ b/src/plugins/projectexplorer/taskwindow.h
@@ -50,7 +50,7 @@ class TaskWindowContext;
} // namespace Internal
-struct Task {
+struct PROJECTEXPLORER_EXPORT Task {
enum TaskType {
Unknown,
Error,