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
Utilities
KTimer
Commits
48a1bf59
Commit
48a1bf59
authored
Dec 22, 2021
by
Laurent Montel
Browse files
Not necesary in qt6
parent
880e0e37
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.cpp
View file @
48a1bf59
...
...
@@ -30,7 +30,7 @@
int
main
(
int
argc
,
char
**
argv
)
{
QApplication
app
(
argc
,
argv
);
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
/**
* enable high dpi support
*/
...
...
@@ -39,7 +39,7 @@ int main( int argc, char **argv )
Kdelibs4ConfigMigrator
migrate
(
QStringLiteral
(
"ktimer"
));
migrate
.
setConfigFiles
(
QStringList
()
<<
QStringLiteral
(
"ktimerrc"
));
migrate
.
migrate
();
#endif
KLocalizedString
::
setApplicationDomain
(
"ktimer"
);
KAboutData
aboutData
(
QStringLiteral
(
"ktimer"
),
i18n
(
"KTimer"
),
QStringLiteral
(
KTIMER_VERSION
),
i18n
(
"KDE Timer"
),
KAboutLicense
::
GPL
,
...
...
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