Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Add-ons
Commits
dbe08903
Commit
dbe08903
authored
Jan 26, 2018
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use QLatin1String
parent
b2f5a6b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
akonadi-import-wizard/opera/operasettings.cpp
akonadi-import-wizard/opera/operasettings.cpp
+1
-1
kmail/editorplugins/insertshorturl/shorturlengineplugin/shorturlenginepluginmanager.cpp
...turl/shorturlengineplugin/shorturlenginepluginmanager.cpp
+1
-1
plugins/messageviewer/bodypartformatter/calendar/text_calendar.cpp
...essageviewer/bodypartformatter/calendar/text_calendar.cpp
+1
-1
No files found.
akonadi-import-wizard/opera/operasettings.cpp
View file @
dbe08903
...
...
@@ -255,7 +255,7 @@ void OperaSettings::readIdentity(const KConfigGroup &grp)
if
(
!
signatureFile
.
isEmpty
())
{
KIdentityManagement
::
Signature
signature
;
const
int
signatureHtml
=
grp
.
readEntry
(
QStringLiteral
(
"Signature is HTML"
),
-
1
);
if
(
signatureFile
.
contains
(
QString
Literal
(
"{Preferences}"
)))
{
if
(
signatureFile
.
contains
(
Q
Latin1
String
(
"{Preferences}"
)))
{
signatureFile
.
replace
(
QStringLiteral
(
"{Preferences}"
),
MailImporter
::
FilterOpera
::
defaultSettingsPath
()
+
QStringLiteral
(
"/"
));
}
...
...
kmail/editorplugins/insertshorturl/shorturlengineplugin/shorturlenginepluginmanager.cpp
View file @
dbe08903
...
...
@@ -59,7 +59,7 @@ public:
void
ShortUrlEnginePluginManagerPrivate
::
initializePlugins
()
{
const
QVector
<
KPluginMetaData
>
plugins
=
KPluginLoader
::
findPlugins
(
QStringLiteral
(
"pimcommon"
),
[](
const
KPluginMetaData
&
md
)
{
return
md
.
serviceTypes
().
contains
(
QString
Literal
(
"PimCommonShortUrlEngine/Plugin"
));
return
md
.
serviceTypes
().
contains
(
Q
Latin1
String
(
"PimCommonShortUrlEngine/Plugin"
));
});
QVectorIterator
<
KPluginMetaData
>
i
(
plugins
);
...
...
plugins/messageviewer/bodypartformatter/calendar/text_calendar.cpp
View file @
dbe08903
...
...
@@ -1246,7 +1246,7 @@ public:
{
// filter out known paths that don't belong to this type of urlmanager.
// kolab/issue4054 msg27201
if
(
path
.
contains
(
QString
Literal
(
"addToAddressBook:"
))
||
path
.
contains
(
QString
Literal
(
"updateToAddressBook"
)))
{
if
(
path
.
contains
(
Q
Latin1
String
(
"addToAddressBook:"
))
||
path
.
contains
(
Q
Latin1
String
(
"updateToAddressBook"
)))
{
return
false
;
}
...
...
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