From e813f280931d8eba05baa971e28957bb4d8c79f3 Mon Sep 17 00:00:00 2001 From: dt <qtc-committer@nokia.com> Date: Mon, 29 Mar 2010 12:24:23 +0200 Subject: [PATCH] Export ProjectExplorer::Task again. Accidentally removed that while moving the class. Reviewed-By: con --- src/plugins/projectexplorer/taskwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/taskwindow.h b/src/plugins/projectexplorer/taskwindow.h index e2f02245933..596a8089d8b 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, -- GitLab