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
Marco Bubke
flatpak-qt-creator
Commits
cfa6203e
Commit
cfa6203e
authored
Feb 08, 2010
by
Oswald Buddenhagen
Browse files
BlockCursor was meant to be a Q_MOVABLE_TYPE ...
parent
ea0394a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/proparser/profileevaluator.cpp
View file @
cfa6203e
...
...
@@ -313,6 +313,7 @@ public:
#if !defined(__GNUC__) || __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 3)
Q_DECLARE_TYPEINFO
(
ProFileEvaluator
::
Private
::
State
,
Q_PRIMITIVE_TYPE
);
Q_DECLARE_TYPEINFO
(
ProFileEvaluator
::
Private
::
ProLoop
,
Q_MOVABLE_TYPE
);
Q_DECLARE_TYPEINFO
(
ProFileEvaluator
::
Private
::
BlockCursor
,
Q_MOVABLE_TYPE
);
#endif
ProFileEvaluator
::
Private
::
Private
(
ProFileEvaluator
*
q_
,
ProFileOption
*
option
)
...
...
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