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
a0b11de0
Commit
a0b11de0
authored
Mar 01, 2010
by
hjk
Browse files
compile fix with namespaces
parent
5a0d20fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/propertyeditor/basiclayouts.cpp
View file @
a0b11de0
...
...
@@ -67,6 +67,8 @@ QVBoxLayoutObject::QVBoxLayoutObject(QObject *parent)
{
}
QT_END_NAMESPACE
void
BasicLayouts
::
registerDeclarativeTypes
()
{
QML_REGISTER_TYPE
(
Bauhaus
,
1
,
0
,
QBoxLayout
,
QBoxLayoutObject
);
...
...
@@ -74,4 +76,3 @@ void BasicLayouts::registerDeclarativeTypes()
QML_REGISTER_TYPE
(
Bauhaus
,
1
,
0
,
QVBoxLayout
,
QVBoxLayoutObject
);
}
QT_END_NAMESPACE
src/plugins/qmldesigner/components/propertyeditor/basicwidgets.cpp
View file @
a0b11de0
...
...
@@ -1204,6 +1204,7 @@ public:
{}
};
QT_END_NAMESPACE
QML_DECLARE_TYPE
(
QTabObject
);
QML_DECLARE_TYPE
(
MyGroupBox
);
...
...
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