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
4cc24446
Commit
4cc24446
authored
Jun 22, 2010
by
ck
Browse files
Fix compilation with namespaced Qt.
parent
ad71e95d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/shared/proparser/profileevaluator.h
View file @
4cc24446
...
...
@@ -164,8 +164,8 @@ struct ProFileOption
#endif
};
QT_END_NAMESPACE
Q_DECLARE_TYPEINFO
(
ProFileEvaluator
::
FunctionDef
,
Q_MOVABLE_TYPE
);
QT_END_NAMESPACE
#endif // PROFILEEVALUATOR_H
src/shared/proparser/profileparser.h
View file @
4cc24446
...
...
@@ -173,11 +173,11 @@ private:
friend
class
ProFileParser
;
};
QT_END_NAMESPACE
#if !defined(__GNUC__) || __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 3)
Q_DECLARE_TYPEINFO
(
ProFileParser
::
BlockScope
,
Q_MOVABLE_TYPE
);
Q_DECLARE_TYPEINFO
(
ProFileParser
::
Context
,
Q_PRIMITIVE_TYPE
);
#endif
QT_END_NAMESPACE
#endif // PROFILEPARSER_H
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