aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/formeditor/resizemanipulator.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/resizemanipulator.h
parenta75a97db1b6c3bdf46dac11032db56349df7f0aa (diff)
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/resizemanipulator.h')
-rw-r--r--src/plugins/qmldesigner/components/formeditor/resizemanipulator.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/plugins/qmldesigner/components/formeditor/resizemanipulator.h b/src/plugins/qmldesigner/components/formeditor/resizemanipulator.h
index 6e0c75ca00..ab4f97f9cb 100644
--- a/src/plugins/qmldesigner/components/formeditor/resizemanipulator.h
+++ b/src/plugins/qmldesigner/components/formeditor/resizemanipulator.h
@@ -22,16 +22,15 @@
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
**
****************************************************************************/
+#pragma once
-#ifndef RESIZEMANIPULATOR_H
-#define RESIZEMANIPULATOR_H
-
-#include <QPointer>
#include "resizehandleitem.h"
#include <snapper.h>
#include "rewritertransaction.h"
#include "formeditorview.h"
+#include <QPointer>
+
namespace QmlDesigner {
class ResizeHandleItem;
@@ -82,5 +81,4 @@ private:
bool m_isActive;
};
-}
-#endif // RESIZEMANIPULATOR_H
+} // namespace QmlDesigner