Minor
This commit is contained in:
parent
4e8a325479
commit
0b3de33d74
2 changed files with 5 additions and 6 deletions
|
@ -2,6 +2,10 @@
|
||||||
add_executable(kdeconnect-cli kdeconnect-cli.cpp)
|
add_executable(kdeconnect-cli kdeconnect-cli.cpp)
|
||||||
ecm_mark_nongui_executable(kdeconnect-cli)
|
ecm_mark_nongui_executable(kdeconnect-cli)
|
||||||
|
|
||||||
target_link_libraries(kdeconnect-cli kdeconnectinterfaces KF5::CoreAddons KF5::I18n)
|
target_link_libraries(kdeconnect-cli
|
||||||
|
kdeconnectinterfaces
|
||||||
|
KF5::CoreAddons
|
||||||
|
KF5::I18n
|
||||||
|
)
|
||||||
|
|
||||||
install(TARGETS kdeconnect-cli ${INSTALL_TARGETS_DEFAULT_ARGS})
|
install(TARGETS kdeconnect-cli ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||||
|
|
|
@ -44,11 +44,6 @@ public:
|
||||||
explicit Daemon(QObject *parent, bool testMode = false);
|
explicit Daemon(QObject *parent, bool testMode = false);
|
||||||
~Daemon() override;
|
~Daemon() override;
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns the daemon.
|
|
||||||
*
|
|
||||||
* Note this can't be called before constructing the Daemon.
|
|
||||||
*/
|
|
||||||
static Daemon* instance();
|
static Daemon* instance();
|
||||||
|
|
||||||
QList<Device*> devicesList() const;
|
QList<Device*> devicesList() const;
|
||||||
|
|
Loading…
Reference in a new issue