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
033a0ff1
Commit
033a0ff1
authored
Jan 12, 2011
by
Christian Kamm
Browse files
qmldump: Add example to clear up intended usage.
Reviewed-by: Kai Koehne
parent
a60b3f67
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qml/qmldump/main.cpp
View file @
033a0ff1
...
...
@@ -295,6 +295,7 @@ int main(int argc, char *argv[])
if
(
argc
!=
1
&&
argc
!=
3
)
{
qWarning
()
<<
"Usage: qmldump [plugin/import/path plugin.uri]"
;
qWarning
()
<<
"Example: ./qmldump /home/user/dev/qt-install/imports Qt.labs.particles"
;
return
1
;
}
...
...
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