Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
90ca63ef
Commit
90ca63ef
authored
Feb 10, 2010
by
Marco Bubke
Browse files
Fix state change in hte form editor
parent
ab7f41e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/formeditor/formeditorview.cpp
View file @
90ca63ef
...
...
@@ -425,7 +425,7 @@ void FormEditorView::auxiliaryDataChanged(const ModelNode &node, const QString &
}
}
void
FormEditorView
::
customNotification
(
const
AbstractView
*/
*
view
*/
,
const
QString
&
identifier
,
const
QList
<
ModelNode
>
&
/*
nodeList
*/
,
const
QList
<
QVariant
>
&
/*
data
*/
)
void
FormEditorView
::
customNotification
(
const
AbstractView
*
view
,
const
QString
&
identifier
,
const
QList
<
ModelNode
>
&
nodeList
,
const
QList
<
QVariant
>
&
data
)
{
if
(
identifier
==
"__start rewriter transaction__"
)
{
m_transactionCounter
++
;
...
...
@@ -440,6 +440,7 @@ void FormEditorView::customNotification(const AbstractView */*view*/, const QStr
m_formEditorWidget
->
setFeedbackNode
(
QmlItemNode
());
}
QmlModelView
::
customNotification
(
view
,
identifier
,
nodeList
,
data
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment