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
5b3e95fe
Commit
5b3e95fe
authored
Dec 05, 2008
by
hjk
Browse files
tiny whitespace
parent
d8b343af
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/main.cpp
View file @
5b3e95fe
...
...
@@ -212,9 +212,9 @@ int main(int argc, char **argv)
pluginManager
.
setPluginPaths
(
pluginPaths
);
const
QStringList
arguments
=
app
.
arguments
();
QMap
<
QString
,
QString
>
foundAppOptions
;
QMap
<
QString
,
QString
>
foundAppOptions
;
if
(
arguments
.
size
()
>
1
)
{
QMap
<
QString
,
bool
>
appOptions
;
QMap
<
QString
,
bool
>
appOptions
;
appOptions
.
insert
(
QLatin1String
(
HELP_OPTION1
),
false
);
appOptions
.
insert
(
QLatin1String
(
HELP_OPTION2
),
false
);
appOptions
.
insert
(
QLatin1String
(
HELP_OPTION3
),
false
);
...
...
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