summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xmlpatterns/api/qcoloroutput_p.h1
-rw-r--r--src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h1
-rw-r--r--sync.profile2
3 files changed, 3 insertions, 1 deletions
diff --git a/src/xmlpatterns/api/qcoloroutput_p.h b/src/xmlpatterns/api/qcoloroutput_p.h
index f02a450..bdcdc8c 100644
--- a/src/xmlpatterns/api/qcoloroutput_p.h
+++ b/src/xmlpatterns/api/qcoloroutput_p.h
@@ -70,6 +70,7 @@ namespace QPatternist
ForegroundShift = 10,
BackgroundShift = 20,
SpecialShift = 20,
+// ### FIXME: this looks very suspicious. Make ForegroundShift = 0x10 etc?
ForegroundMask = 0x1f << ForegroundShift,
BackgroundMask = 0x7 << BackgroundShift
};
diff --git a/src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h b/src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h
index 548654e..29759b2 100644
--- a/src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h
+++ b/src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h
@@ -187,6 +187,7 @@ bool XsdStateMachine<TransitionType>::inputEqualsTransition(InputType input, Tra
{
Q_UNUSED(input);
Q_UNUSED(transition);
+
return false;
}
diff --git a/sync.profile b/sync.profile
index 75a178b..068db2b 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,5 +10,5 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
+ "qtbase" => "refs/heads/dev",
);