aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/ldparser.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-04-02 15:20:50 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-04-02 16:02:38 +0200
commita5eafbf71527096713b3d08193f2e89306455a9d (patch)
tree00fc773d5d94c64b1515a03a58457f879b9da3a1 /src/plugins/projectexplorer/ldparser.h
parentc71d734d0897a45e82d58ef3d85902a7ac65840f (diff)
IOutputParser: Remove useless virtual keywords
Change-Id: Iface6b849e2dc5b277a3b214dc373c82df9e4d74 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/ldparser.h')
-rw-r--r--src/plugins/projectexplorer/ldparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/ldparser.h b/src/plugins/projectexplorer/ldparser.h
index f8726fc003a..e9413062319 100644
--- a/src/plugins/projectexplorer/ldparser.h
+++ b/src/plugins/projectexplorer/ldparser.h
@@ -42,7 +42,7 @@ class LdParser : public ProjectExplorer::IOutputParser
public:
LdParser();
- virtual void stdError(const QString &line);
+ void stdError(const QString &line);
private:
QRegExp m_regExpLinker;