Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KAlarm
Commits
4d29088a
Commit
4d29088a
authored
Aug 29, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up
parent
98ac4cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
lib/timezonecombo.cpp
lib/timezonecombo.cpp
+0
-6
No files found.
lib/timezonecombo.cpp
View file @
4d29088a
...
...
@@ -23,16 +23,10 @@
#include <kglobal.h>
#include <KLocalizedString>
bool
TimeZoneCombo
::
mCatalogLoaded
=
false
;
TimeZoneCombo
::
TimeZoneCombo
(
QWidget
*
parent
)
:
ComboBox
(
parent
)
{
if
(
!
mCatalogLoaded
)
{
//QT5 KLocale::global()->insertCatalog(QLatin1String("timezones4")); // for time zone translations
mCatalogLoaded
=
true
;
}
QString
utc
=
KTimeZone
::
utc
().
name
();
addItem
(
utc
);
// put UTC at start of list
mZoneNames
<<
utc
;
...
...
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