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
KAlarm
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
PIM
KAlarm
Commits
02921a21
Commit
02921a21
authored
Aug 29, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate it
parent
4ea983e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
main.cpp
main.cpp
+6
-0
No files found.
main.cpp
View file @
02921a21
...
...
@@ -26,6 +26,7 @@
#include <kcmdlineargs.h>
#include <k4aboutdata.h>
#include <Kdelibs4ConfigMigrator>
#include <KLocalizedString>
#include <qdebug.h>
...
...
@@ -36,6 +37,11 @@
int
main
(
int
argc
,
char
*
argv
[])
{
Kdelibs4ConfigMigrator
migrate
(
QLatin1String
(
"kalarm"
));
migrate
.
setConfigFiles
(
QStringList
()
<<
QLatin1String
(
"kalarmrc"
));
migrate
.
setUiFiles
(
QStringList
()
<<
QLatin1String
(
"kalarmui.rc"
));
migrate
.
migrate
();
KLocalizedString
::
setApplicationDomain
(
"kalarm"
);
K4AboutData
aboutData
(
PROGRAM_NAME
,
0
,
ki18n
(
"KAlarm"
),
KALARM_VERSION
,
ki18n
(
"Personal alarm message, command and email scheduler for KDE"
),
...
...
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