Navigation Menu

Skip to content

Commit

Permalink
update these. fixes some bugs, makes better
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorn Potter committed Apr 4, 2013
1 parent f81c021 commit f51c77e
Show file tree
Hide file tree
Showing 13 changed files with 297 additions and 185 deletions.
1 change: 1 addition & 0 deletions connd/com.jollamobile.Connectiond.xml
Expand Up @@ -17,6 +17,7 @@
</signal>
<signal name="connectionState">
<arg direction="out" type="s" name="state"/>
<arg direction="out" type="s" name="type"/>
</signal>
<method name="sendConnectReply">
<arg direction="in" type="s" name="in0"/>
Expand Down
30 changes: 0 additions & 30 deletions connd/conn.xml

This file was deleted.

3 changes: 2 additions & 1 deletion connd/connadaptor.h
Expand Up @@ -46,6 +46,7 @@ class ConnAdaptor: public QDBusAbstractAdaptor
" </signal>\n"
" <signal name=\"connectionState\">\n"
" <arg direction=\"out\" type=\"s\" name=\"state\"/>\n"
" <arg direction=\"out\" type=\"s\" name=\"type\"/>\n"
" </signal>\n"
" <method name=\"sendConnectReply\">\n"
" <arg direction=\"in\" type=\"s\" name=\"in0\"/>\n"
Expand All @@ -71,7 +72,7 @@ public Q_SLOTS: // METHODS
void sendUserReply(const QVariantMap &input);
Q_SIGNALS: // SIGNALS
void connectionRequest();
void connectionState(const QString &state);
void connectionState(const QString &state, const QString &type);
void errorReported(const QString &error);
void requestBrowser(const QString &url);
void userInputCanceled();
Expand Down
4 changes: 2 additions & 2 deletions connd/connd.pro
Expand Up @@ -13,7 +13,7 @@ QT -= gui


INCLUDEPATH += libconnman-qt
#INCLUDEPATH += lipstick
INCLUDEPATH += lipstick

OTHER_FILES += com.jolla.Connectiond.xml

Expand All @@ -30,7 +30,7 @@ HEADERS+= \
connadaptor.h

LIBS += -lconnman-qt4
#LIBS += -llipstick
LIBS += -llipstick

target.path = /usr/bin
INSTALLS += target
Expand Down

0 comments on commit f51c77e

Please sign in to comment.