Clang: Clean up ClangCodeModelPlugin

Change-Id: I4a5a91ff91cb0ec2f8eec647c45c42d8c8faa758
Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-01-16 15:43:42 +01:00
committed by Nikolai Kosjar
parent 2cfbf20a0b
commit aa5dbe7793
2 changed files with 20 additions and 24 deletions

View File

@@ -28,8 +28,8 @@
**
****************************************************************************/
#ifndef CLANGPLUGIN_H
#define CLANGPLUGIN_H
#ifndef CLANGCODEMODELPLUGIN_H
#define CLANGCODEMODELPLUGIN_H
#include "clangmodelmanagersupport.h"
@@ -39,6 +39,8 @@
#include <extensionsystem/iplugin.h>
#include <QScopedPointer>
namespace ClangCodeModel {
namespace Internal {
@@ -49,7 +51,6 @@ class ClangCodeModelPlugin: public ExtensionSystem::IPlugin
public:
bool initialize(const QStringList &arguments, QString *errorMessage);
void extensionsInitialized();
private:
@@ -72,4 +73,4 @@ private slots:
} // namespace Internal
} // namespace Clang
#endif // CLANGPLUGIN_H
#endif // CLANGCODEMODELPLUGIN_H