forked from qt-creator/qt-creator
Fix Krazy warnings about includes/header guards in Python Editor.
Change-Id: I3dce1d8f14d4bfc271d8873eb3ad819eb336e2df Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef PYTHONEDITOR_EDITORWIDGET_H
|
||||
#define PYTHONEDITOR_EDITORWIDGET_H
|
||||
#ifndef PYTHONEDITORWIDGET_H
|
||||
#define PYTHONEDITORWIDGET_H
|
||||
|
||||
#include "pythoneditor_global.h"
|
||||
|
||||
@@ -59,4 +59,4 @@ private:
|
||||
|
||||
} // namespace PythonEditor
|
||||
|
||||
#endif // PYTHONEDITOR_EDITORWIDGET_H
|
||||
#endif // PYTHONEDITORWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user