analyzer: reorganize local/remote starts

Change-Id: I6273ea7ea50fd2bddad3a627e4616fe93e8398b9
Reviewed-on: http://codereview.qt.nokia.com/921
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-06-29 18:48:08 +02:00
committed by hjk
parent 43b2b5c962
commit bbe427ac1f
11 changed files with 147 additions and 117 deletions

View File

@@ -38,7 +38,6 @@
#include <extensionsystem/iplugin.h>
namespace Analyzer {
namespace Internal {
class AnalyzerPlugin : public ExtensionSystem::IPlugin
@@ -59,8 +58,6 @@ public:
private:
class AnalyzerPluginPrivate;
AnalyzerPluginPrivate *d;
static AnalyzerPlugin *m_instance;
};
} // namespace Internal