forked from qt-creator/qt-creator
Fix Krazy warnings about includes/header guards in Text Editor.
Change-Id: I5fdea4c3092f5731dc85129dd33bc48c40bcb088 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef ISNIPPETEDITORDECORATOR_H
|
||||
#define ISNIPPETEDITORDECORATOR_H
|
||||
#ifndef ISNIPPETPROVIDER_H
|
||||
#define ISNIPPETPROVIDER_H
|
||||
|
||||
#include <texteditor/texteditor_global.h>
|
||||
|
||||
@@ -54,4 +54,4 @@ protected:
|
||||
|
||||
} // TextEditor
|
||||
|
||||
#endif // ISNIPPETEDITORDECORATOR_H
|
||||
#endif // ISNIPPETPROVIDER_H
|
||||
|
||||
Reference in New Issue
Block a user