Skip to content
GitLab
Menu
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
d4da72e5
Commit
d4da72e5
authored
Jan 05, 2011
by
con
Browse files
Documentation links.
parent
5dc4e3b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/api/coding-style.qdoc
View file @
d4da72e5
...
...
@@ -495,7 +495,6 @@ the API that comes from the user, you need to convert it with
QDir::fromNativeSeparators first. Whenever you present a file name to the user,
you need to convert it back to native format with QDir::toNativeSeparators.
In most places, file names should be cleaned absolute paths.
When comparing file names consider using FileManager::fixFileName which makes
sure that paths are clean and absolute and also takes Windows' case-insensitivity
into account (but is an expensive operation).
...
...
@@ -518,8 +517,8 @@ FindFilter implementation, which then performs the search.
\section2 Using the global object pool
You can add objects to the global object pool via PluginManager::addObject,
and retrieve objects of a specific type again via PluginManager::
o
bjects.
You can add objects to the global object pool via
\l{ExtensionSystem::
PluginManager::addObject
()}
,
and retrieve objects of a specific type again via
\l{ExtensionSystem::
PluginManager::
getO
bjects
()}
.
This should mostly be used for implementations of \l{Plugin extension points}.
Cases where you should not use it are:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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