forked from qt-creator/qt-creator
Fix Krazy warnings about improper include guard in various plugins.
Change-Id: I8b793ede842181e50d2bc3125ecfd3ed0b70e9d6 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QMLJSSNIPPETEDITORPROVIDER_H
|
||||
#define QMLJSSNIPPETEDITORPROVIDER_H
|
||||
#ifndef QMLJSSNIPPETPROVIDER_H
|
||||
#define QMLJSSNIPPETPROVIDER_H
|
||||
|
||||
#include <texteditor/snippets/isnippetprovider.h>
|
||||
|
||||
@@ -50,4 +50,4 @@ public:
|
||||
} // Internal
|
||||
} // QmlJSEditor
|
||||
|
||||
#endif // QMLJSSNIPPETEDITORPROVIDER_H
|
||||
#endif // QMLJSSNIPPETPROVIDER_H
|
||||
|
||||
Reference in New Issue
Block a user