forked from qt-creator/qt-creator
Clang: Clean up ClangCodeModelPlugin
Change-Id: I4a5a91ff91cb0ec2f8eec647c45c42d8c8faa758 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
committed by
Nikolai Kosjar
parent
2cfbf20a0b
commit
aa5dbe7793
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user