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
Unmaintained
KDE Pim
Commits
1469d052
Commit
1469d052
authored
Aug 02, 2010
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
need to port to akonadi
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1158358
parent
e9047f10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
kontact/plugins/kaddressbook/kaddressbook_plugin.cpp
kontact/plugins/kaddressbook/kaddressbook_plugin.cpp
+4
-0
No files found.
kontact/plugins/kaddressbook/kaddressbook_plugin.cpp
View file @
1469d052
...
...
@@ -154,12 +154,16 @@ QStringList KAddressBookPlugin::invisibleToolbarActions() const
void
KAddressBookPlugin
::
slotSyncContacts
()
{
#if 0
QDBusMessage message =
QDBusMessage::createMethodCall( "org.kde.kmail", "/Groupware",
"org.kde.kmail.groupware",
"triggerSync" );
message << QString( "Contact" );
QDBusConnection::sessionBus().send( message );
#else
kWarning
()
<<
" Need to port to AKONADI: KAddressBookPlugin::slotSyncNotes"
;
#endif
}
void
KAddressBookUniqueAppHandler
::
loadCommandLineOptions
()
...
...
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