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
Network
KDE Connect
Commits
f2db6351
Commit
f2db6351
authored
Mar 11, 2019
by
Nicolas Fella
Browse files
[plugins/contacts] Don't link against KI18n
parent
b7e52dfd
Pipeline
#1417
passed with stage
in 28 minutes and 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/contacts/CMakeLists.txt
View file @
f2db6351
...
...
@@ -7,5 +7,4 @@ kdeconnect_add_plugin(kdeconnect_contacts JSON kdeconnect_contacts.json SOURCES
target_link_libraries
(
kdeconnect_contacts
kdeconnectcore
Qt5::DBus
KF5::I18n
)
plugins/contacts/contactsplugin.cpp
View file @
f2db6351
...
...
@@ -20,13 +20,10 @@
#include <contactsplugin.h>
#include <KLocalizedString>
#include <KPluginFactory>
#include <QDebug>
#include <QDBusConnection>
#include <QDBusMetaType>
#include <QEventLoop>
#include <QLoggingCategory>
#include <QFile>
#include <QDir>
...
...
plugins/contacts/contactsplugin.h
View file @
f2db6351
...
...
@@ -21,7 +21,7 @@
#ifndef CONTACTSPLUGIN_H
#define CONTACTSPLUGIN_H
#include <
QObject
>
class
QObject
;
#include <QStandardPaths>
#include <core/kdeconnectplugin.h>
...
...
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