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
Mail-related libraries
Commits
8af42949
Commit
8af42949
authored
Aug 22, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Astyle kdelibs
parent
56da80d2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
5 deletions
+1
-5
kaddressbookgrantlee/src/formatter/grantleecontactformatter.cpp
...ssbookgrantlee/src/formatter/grantleecontactformatter.cpp
+0
-1
kaddressbookgrantlee/src/formatter/grantleecontactgroupformatter.cpp
...kgrantlee/src/formatter/grantleecontactgroupformatter.cpp
+0
-1
kaddressbookgrantlee/src/printing/contactgrantleeprintobject.cpp
...sbookgrantlee/src/printing/contactgrantleeprintobject.cpp
+0
-1
kaddressbookgrantlee/src/printing/contactgrantleeprintobject.h
...essbookgrantlee/src/printing/contactgrantleeprintobject.h
+0
-1
libkdepimdbusinterfaces/src/urihandler.cpp
libkdepimdbusinterfaces/src/urihandler.cpp
+1
-1
No files found.
kaddressbookgrantlee/src/formatter/grantleecontactformatter.cpp
View file @
8af42949
...
...
@@ -37,7 +37,6 @@
#include <AkonadiCore/Item>
#include <KColorScheme>
#include <KIconLoader>
...
...
kaddressbookgrantlee/src/formatter/grantleecontactgroupformatter.cpp
View file @
8af42949
...
...
@@ -30,7 +30,6 @@
#include <AkonadiCore/Item>
#include <Akonadi/Contact/ContactGroupExpandJob>
#include <KColorScheme>
using
namespace
KAddressBookGrantlee
;
...
...
kaddressbookgrantlee/src/printing/contactgrantleeprintobject.cpp
View file @
8af42949
...
...
@@ -63,7 +63,6 @@ ContactGrantleePrintObject::ContactGrantleePrintObject(const KContacts::Addresse
mListEmails
<<
new
ContactGrantleeEmail
(
mAddress
,
email
);
}
const
QStringList
customs
=
mAddress
.
customs
();
if
(
!
customs
.
empty
())
{
Q_FOREACH
(
const
QString
&
custom
,
customs
)
{
...
...
kaddressbookgrantlee/src/printing/contactgrantleeprintobject.h
View file @
8af42949
...
...
@@ -17,7 +17,6 @@
Boston, MA 02110-1301, USA.
*/
#ifndef CONTACTGRANTLEEPRINTOBJECT_H
#define CONTACTGRANTLEEPRINTOBJECT_H
#include <QObject>
...
...
libkdepimdbusinterfaces/src/urihandler.cpp
View file @
8af42949
...
...
@@ -80,7 +80,7 @@ bool UriHandler::process(const QString &uri, const Akonadi::Item &item)
// we must work around QUrl breakage (it doesn't know about URNs)
const
QString
uid
=
QUrl
::
fromPercentEncoding
(
uri
.
toLatin1
()).
mid
(
11
);
OrgKdeKorganizerKorganizerInterface
korganizerIface
(
QStringLiteral
(
"org.kde.korganizer"
),
QStringLiteral
(
"/Korganizer"
),
QDBusConnection
::
sessionBus
());
QStringLiteral
(
"org.kde.korganizer"
),
QStringLiteral
(
"/Korganizer"
),
QDBusConnection
::
sessionBus
());
return
korganizerIface
.
showIncidence
(
uid
);
}
else
{
...
...
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