summaryrefslogtreecommitdiff
path: root/share/qtcreator
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-05-16 12:59:39 +0300
committerOrgad Shaneh <orgads@gmail.com>2014-05-16 14:27:13 +0200
commit82aa1380f2f31761f53a17b5a5f67417cb5eaf20 (patch)
treefb6923ec9ec8e6c06915d3b450c7beda9c5c8443 /share/qtcreator
parent752668b5f46821fbd62eda710e68d19ed65dd107 (diff)
downloadqt-creator-82aa1380f2f31761f53a17b5a5f67417cb5eaf20.tar.gz
Cleanup whitespace
Mostly trailing whitespace Change-Id: Ic324d20e8159c9d255895248ce04f25c692daf46 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'share/qtcreator')
-rw-r--r--share/qtcreator/qml/qmlpuppet/qml2puppet/instances/positionernodeinstance.cpp2
-rw-r--r--share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/objectnodeinstance.cpp2
-rw-r--r--share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlgraphicsitemnodeinstance.h2
-rw-r--r--share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml4
-rw-r--r--share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml4
-rw-r--r--share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml4
6 files changed, 9 insertions, 9 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/positionernodeinstance.cpp b/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/positionernodeinstance.cpp
index e850552ac8..5c090c1d67 100644
--- a/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/positionernodeinstance.cpp
+++ b/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/positionernodeinstance.cpp
@@ -53,7 +53,7 @@ bool PositionerNodeInstance::isResizable() const
}
PositionerNodeInstance::Pointer PositionerNodeInstance::create(QObject *object)
-{
+{
QQuickBasePositioner *positioner = qobject_cast<QQuickBasePositioner*>(object);
Q_ASSERT(positioner);
diff --git a/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/objectnodeinstance.cpp b/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/objectnodeinstance.cpp
index 1138bdd7f7..24b9b2867c 100644
--- a/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/objectnodeinstance.cpp
+++ b/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/objectnodeinstance.cpp
@@ -928,7 +928,7 @@ static inline QString fixComponentPathForIncompatibleQt(const QString &component
}
QObject *ObjectNodeInstance::createComponent(const QString &componentPath, QDeclarativeContext *context)
-{
+{
QDeclarativeComponent component(context->engine(), QUrl::fromLocalFile(fixComponentPathForIncompatibleQt(componentPath)));
QObject *object = component.beginCreate(context);
diff --git a/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlgraphicsitemnodeinstance.h b/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlgraphicsitemnodeinstance.h
index bdce9b279e..e79dc8af35 100644
--- a/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlgraphicsitemnodeinstance.h
+++ b/share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/qmlgraphicsitemnodeinstance.h
@@ -84,7 +84,7 @@ protected:
QDeclarativeItem *qmlGraphicsItem() const;
QDeclarativeAnchors *anchors() const;
void resetHorizontal();
- void resetVertical();
+ void resetVertical();
void refresh();
void recursiveDoComponentComplete(QDeclarativeItem *declarativeItem);
diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml b/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml
index c292e93bd6..3d3dc135f7 100644
--- a/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml
+++ b/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml
@@ -29,9 +29,9 @@
**
****************************************************************************/
-Custom project wizard configuration example file. Note that by convention,
+Custom project wizard configuration example file. Note that by convention,
the project file goes last.
-The "class" and "firstpage" attributes specify that it is a Qt 4 wizard and
+The "class" and "firstpage" attributes specify that it is a Qt 4 wizard and
leave room for the Qt 4 target page.
-->
<wizard version="1" kind="project"
diff --git a/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml b/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml
index 2a3d0a4405..c3b8b8e872 100644
--- a/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml
+++ b/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml
@@ -29,9 +29,9 @@
**
****************************************************************************/
-Custom project wizard configuration example file. Note that by convention,
+Custom project wizard configuration example file. Note that by convention,
the project file goes last.
-The "class" and "firstpage" attributes specify that it is a Qt 4 wizard and
+The "class" and "firstpage" attributes specify that it is a Qt 4 wizard and
leave room for the Qt 4 target page.
-->
<wizard version="1" kind="project"
diff --git a/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml b/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml
index d99dc5188e..2f5fa35686 100644
--- a/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml
+++ b/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml
@@ -29,9 +29,9 @@
**
****************************************************************************/
-Custom project wizard configuration example file. Note that by convention,
+Custom project wizard configuration example file. Note that by convention,
the project file goes last.
-The "class" and "firstpage" attributes specify that it is a Qt 4 wizard and
+The "class" and "firstpage" attributes specify that it is a Qt 4 wizard and
leave room for the Qt 4 target page.
-->
<wizard version="1" kind="project"