~ubuntu-branches/ubuntu/karmic/kdevelop/karmic

« back to all changes in this revision

Viewing changes to debuggers/valgrind/valgrindjob.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-06-28 20:48:13 UTC
  • mfrom: (1.1.12 upstream) (2.3.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20090628204813-m6qlb9e92ig9h04m
Tags: 4:3.9.94-1ubuntu1
* Merge from Debian experimental, remaining changes:
  - Conflict/replace -kde4 packages
  - Remove gdb from recommends, version >= 6.8.50 is not yet in Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
class ProcessLineMaker; 
42
42
class ILaunchConfiguration;
43
43
class OutputModel;
 
44
class ILaunchConfiguration;
44
45
}
45
46
 
46
47
class ValgrindJob : public KDevelop::OutputJob
78
79
    ValgrindModel* m_model;
79
80
 
80
81
    KDevelop::ProcessLineMaker* m_applicationOutput;
 
82
    KDevelop::ILaunchConfiguration* m_launchcfg;
 
83
    QString m_tool;
81
84
};
82
85
 
83
86
#endif