Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
2dfdbf39
Commit
2dfdbf39
authored
Jun 10, 2014
by
Laurent Montel
😁
Browse files
Q_GLOBAL_STATIC
parent
26f53c98
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kacalendar.cpp
View file @
2dfdbf39
...
...
@@ -237,7 +237,7 @@ bool isUTC(const QString& localFile)
namespace
CalEvent
{
// Struct to contain static strings, to allow use of
K
_GLOBAL_STATIC
// Struct to contain static strings, to allow use of
Q
_GLOBAL_STATIC
// to delete them on program termination.
struct
StaticStrings
{
...
...
@@ -266,7 +266,7 @@ struct StaticStrings
// Old KAlarm format identifiers
const
QString
TEMPLATE_UID
;
};
K
_GLOBAL_STATIC
(
StaticStrings
,
staticStrings
)
Q
_GLOBAL_STATIC
(
StaticStrings
,
staticStrings
)
/******************************************************************************
* Convert a unique ID to indicate that the event is in a specified calendar file.
...
...
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