Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Choqok
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Network
Choqok
Commits
d1fe017a
Commit
d1fe017a
authored
8 years ago
by
Iris Morelle
Committed by
Andrea Scarpino
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix for mostly-empty version dialog contents
BUG:364408 REVIEW:128220
parent
d830d09b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
choqok/main.cpp
+2
-1
2 additions, 1 deletion
choqok/main.cpp
with
2 additions
and
1 deletion
choqok/main.cpp
+
2
−
1
View file @
d1fe017a
...
...
@@ -72,11 +72,12 @@ int main(int argc, char **argv)
configFiles
<<
QLatin1String
(
"choqokrc"
);
rcFiles
<<
QLatin1String
(
"choqokui.rc"
);
KAboutData
::
setApplicationData
(
about
);
ChoqokApplication
app
(
argc
,
argv
);
app
.
setApplicationVersion
(
QLatin1String
(
version
));
QCommandLineParser
parser
;
KAboutData
::
setApplicationData
(
about
);
parser
.
addVersionOption
();
parser
.
addHelpOption
();
about
.
setupCommandLine
(
&
parser
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment