summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/formeditor/contentnoteditableindicator.h
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@theqtcompany.com>2016-01-27 11:20:18 +0100
committerTim Jenssen <tim.jenssen@theqtcompany.com>2016-02-02 14:30:56 +0000
commitde28ab0a6f01ce3fc9a5b05754bc379587171887 (patch)
treee295dabac3db7cd565d2e17736c45382dce2c9bd /src/plugins/qmldesigner/components/formeditor/contentnoteditableindicator.h
parenta75a97db1b6c3bdf46dac11032db56349df7f0aa (diff)
downloadqt-creator-de28ab0a6f01ce3fc9a5b05754bc379587171887.tar.gz
QmlDesigner: using pragma once at formeditor files
- also clean up some empty lines and include orders Change-Id: Ia076951a6b0060ae70c53f213bdb5d6a12abd319 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmldesigner/components/formeditor/contentnoteditableindicator.h')
-rw-r--r--src/plugins/qmldesigner/components/formeditor/contentnoteditableindicator.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/plugins/qmldesigner/components/formeditor/contentnoteditableindicator.h b/src/plugins/qmldesigner/components/formeditor/contentnoteditableindicator.h
index 49a736a612..beb57fae4d 100644
--- a/src/plugins/qmldesigner/components/formeditor/contentnoteditableindicator.h
+++ b/src/plugins/qmldesigner/components/formeditor/contentnoteditableindicator.h
@@ -22,14 +22,13 @@
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
**
****************************************************************************/
+#pragma once
-#ifndef QMLDESIGNER_CONTENTNOTEDITABLEINDICATOR_H
-#define QMLDESIGNER_CONTENTNOTEDITABLEINDICATOR_H
+#include "layeritem.h"
+#include "formeditoritem.h"
#include <QPointer>
#include <QGraphicsRectItem>
-#include "layeritem.h"
-#include "formeditoritem.h"
namespace QmlDesigner {
@@ -57,5 +56,3 @@ private:
};
} // namespace QmlDesigner
-
-#endif // QMLDESIGNER_CONTENTNOTEDITABLEINDICATOR_H