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
PIM
Kalendar
Commits
83230894
Commit
83230894
authored
Jan 08, 2022
by
Nicolas Fella
Committed by
Claudio Cambra
Jan 08, 2022
Browse files
Pass kalendar version to kalendarac
This makes kalendarac --version work
parent
40cb79e7
Pipeline
#120665
passed with stage
in 6 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kalendarac/kalendaracmain.cpp
View file @
83230894
...
...
@@ -8,6 +8,8 @@
#include
<QCommandLineParser>
#include
<QGuiApplication>
#include
"../src/config-kalendar.h"
int
main
(
int
argc
,
char
**
argv
)
{
QCoreApplication
::
setAttribute
(
Qt
::
AA_EnableHighDpiScaling
);
...
...
@@ -20,7 +22,7 @@ int main(int argc, char **argv)
QStringLiteral
(
"kalendarac"
),
// A displayable program name string.
i18nc
(
"@title"
,
"Kalendar Reminders"
),
QString
(
),
QString
Literal
(
KALENDAR_VERSION_STRING
),
// Short description of what the app does.
i18n
(
"Kalendar Reminder Daemon"
),
// The license this code is released under.
...
...
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