aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/clangparser.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2012-01-26 13:38:25 +0100
committerTobias Hunger <tobias.hunger@nokia.com>2012-01-30 11:34:43 +0100
commit97496df1bf889c69f686edf707ba71a226064067 (patch)
tree216d2101026dd9f8ca6b19d87a41a14d86490d5e /src/plugins/projectexplorer/clangparser.h
parent2f021edfddc0483202d1bb434cb30accb8059899 (diff)
Task: Update Task to use Utils::FileName and Core::Id
Use Utils::FileName and Core::Id in Task structure. Change-Id: Ia0ed459f86df36ffe547abde7c240b0ac409bcf5 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/clangparser.h')
-rw-r--r--src/plugins/projectexplorer/clangparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/clangparser.h b/src/plugins/projectexplorer/clangparser.h
index c754e8b1c1..2e0051e689 100644
--- a/src/plugins/projectexplorer/clangparser.h
+++ b/src/plugins/projectexplorer/clangparser.h
@@ -51,7 +51,7 @@ public:
private:
void newTask(Task::TaskType type_, const QString &description_,
- const QString &file_, int line_, const QString &category_);
+ const Utils::FileName &file_, int line_, const Core::Id &category_);
void emitTask();