~timo-jyrinki/ubuntu/saucy/qtcreator/add_workaround_back

« back to all changes in this revision

Viewing changes to src/plugins/analyzerbase/analyzerplugin.cpp

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-11-18 16:18:49 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20111118161849-5t8jugl6egvs4iev
Tags: 2.4.0~rc-0ubuntu1
* New upstream release candidate.
* Drop 04_fix_ftbfs_arm_qreal.diff, merged upstream.
* Refresh 01_fix_installation_paths.diff.
* Compress binary packages with xz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
**
7
7
** Author: Nicolas Arnaud-Cormos, KDAB (nicolas.arnaud-cormos@kdab.com)
8
8
**
9
 
** Contact: Nokia Corporation (info@qt.nokia.com)
 
9
** Contact: Nokia Corporation (qt-info@nokia.com)
10
10
**
11
11
**
12
12
** GNU Lesser General Public License Usage
28
28
** conditions contained in a signed written agreement between you and Nokia.
29
29
**
30
30
** If you have questions regarding the use of this file, please contact
31
 
** Nokia at info@qt.nokia.com.
 
31
** Nokia at qt-info@nokia.com.
32
32
**
33
33
**************************************************************************/
34
34
 
82
82
    // Task integration.
83
83
    ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
84
84
    ProjectExplorer::TaskHub *hub = pm->getObject<ProjectExplorer::TaskHub>();
85
 
    //: Category under which Analyzer tasks are listed in build issues view
 
85
    //: Category under which Analyzer tasks are listed in Issues view
86
86
    hub->addCategory(QLatin1String(Constants::ANALYZERTASK_ID), tr("Analyzer"));
87
87
 
88
88
    return true;