Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Elisa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Matthieu Gallien
Elisa
Commits
7885c843
Commit
7885c843
authored
Sep 10, 2019
by
Luigi Toscano
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/0.4'
parents
a1ca107d
f9593770
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/main.cpp
src/main.cpp
+2
-4
No files found.
src/main.cpp
View file @
7885c843
...
...
@@ -94,6 +94,8 @@ int main(int argc, char *argv[])
QApplication
app
(
argc
,
argv
);
KLocalizedString
::
setApplicationDomain
(
"elisa"
);
#if defined Qt5AndroidExtras_FOUND && Qt5AndroidExtras_FOUND
qInfo
()
<<
QCoreApplication
::
arguments
();
...
...
@@ -109,8 +111,6 @@ int main(int argc, char *argv[])
QApplication
::
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"elisa"
)));
KLocalizedString
::
setApplicationDomain
(
"elisa"
);
KAboutData
aboutData
(
QStringLiteral
(
"elisa"
),
i18n
(
"Elisa"
),
QStringLiteral
(
ELISA_VERSION_STRING
),
...
...
@@ -128,8 +128,6 @@ int main(int argc, char *argv[])
KAboutData
::
setApplicationData
(
aboutData
);
KLocalizedString
::
setApplicationDomain
(
"elisa"
);
QCommandLineParser
parser
;
parser
.
addHelpOption
();
parser
.
addVersionOption
();
...
...
Write
Preview
Markdown
is supported
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