summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-06-06 10:05:09 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-06 10:05:09 +0200
commitbe71d16be5650e25c208db4d4c7c77f849e25864 (patch)
tree2e450d724a6279f3c679f2c540688e4735769494
parent37ec5822522baaa5b6e316103477d6da7e6d6a9c (diff)
parent12450d0eca12cdefa668e068817286f5983aa96d (diff)
downloadqtscript-be71d16be5650e25c208db4d4c7c77f849e25864.tar.gz
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev
-rw-r--r--src/script/doc/src/qtscript-index.qdoc1
-rw-r--r--sync.profile3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/script/doc/src/qtscript-index.qdoc b/src/script/doc/src/qtscript-index.qdoc
index ff4013b..a3fd908 100644
--- a/src/script/doc/src/qtscript-index.qdoc
+++ b/src/script/doc/src/qtscript-index.qdoc
@@ -28,7 +28,6 @@
/*!
\page qtscript-index.html
\title Qt Script
- \ingroup technology-apis
Qt provides support for application scripting with ECMAScript.
The following guides and references cover aspects of programming with
diff --git a/sync.profile b/sync.profile
index bb6601f..7a267d4 100644
--- a/sync.profile
+++ b/sync.profile
@@ -9,8 +9,9 @@
# Each of the module version specifiers can take one of the following values:
# - A specific Git revision.
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
+# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/dev",
+ "qtbase" => "",
);