Valgrind: Reshuffle plugin setup

Straighter code.

Change-Id: Iab8b85dd1442bbdcd0b2db0052de927f4463aeb1
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
hjk
2015-06-17 17:12:36 +02:00
parent 716f43f357
commit 9ba80c699c
2 changed files with 23 additions and 43 deletions

View File

@@ -39,9 +39,6 @@ namespace Valgrind {
namespace Internal {
class ValgrindGlobalSettings;
class MemcheckTool;
class MemcheckWithGdbTool;
class CallgrindTool;
class ValgrindPlugin : public ExtensionSystem::IPlugin
{
@@ -56,11 +53,6 @@ public:
void extensionsInitialized();
static ValgrindGlobalSettings *globalSettings();
private:
MemcheckTool *m_memcheckTool;
MemcheckWithGdbTool *m_memcheckWithGdbTool;
CallgrindTool *m_callgrindTool;
};
} // namespace Internal