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
Weixuan Xiao
kdeconnect-kde
Commits
55eacba6
Commit
55eacba6
authored
Jun 25, 2013
by
Albert Vaca Cintora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dbus interface work in progress
parent
6e53c5b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
daemon/device.cpp
daemon/device.cpp
+8
-0
kcm.sh
kcm.sh
+7
-0
No files found.
daemon/device.cpp
0 → 100644
View file @
55eacba6
#include "device.h"
Device
::
Device
(
const
QString
&
id
,
const
QString
&
name
)
{
mDeviceId
=
id
;
mDeviceName
=
name
;
QDBusConnection
::
sessionBus
().
registerObject
(
"module/androidshine/Devices/"
+
id
,
this
);
}
kcm.sh
0 → 100755
View file @
55eacba6
#!/bin/bash
#Source bashrc to define environment variables
#http://techbase.kde.org/Getting_Started/Build/Environment
.
~/.bashrc
kcmshell4 kdeconnect-kcm &
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