forked from qt-creator/qt-creator
Valgrind: Reshuffle plugin setup
Straighter code. Change-Id: Iab8b85dd1442bbdcd0b2db0052de927f4463aeb1 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user