forked from qt-creator/qt-creator
Valgrind: Remove library and move code into plugin.
Compile on Windows. Change-Id: I54a4df0cee585713979d37fe7b838f5a5cf4a7be Reviewed-on: http://codereview.qt.nokia.com/1150 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
#ifndef VALGRINDENGINE_H
|
||||
#define VALGRINDENGINE_H
|
||||
|
||||
#include "valgrind_global.h"
|
||||
|
||||
#include <analyzerbase/ianalyzerengine.h>
|
||||
|
||||
#include <utils/environment.h>
|
||||
@@ -55,7 +53,7 @@ class AnalyzerSettings;
|
||||
namespace Valgrind {
|
||||
namespace Internal {
|
||||
|
||||
class VALGRINDTOOLBASE_EXPORT ValgrindEngine : public Analyzer::IAnalyzerEngine
|
||||
class ValgrindEngine : public Analyzer::IAnalyzerEngine
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user