summaryrefslogtreecommitdiff
path: root/sapconnection.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-12-16 02:10:10 +0100
committerJavier <dev.git@javispedro.com>2015-12-16 02:10:10 +0100
commit309947a4316a94f4c5d43c9b39b733cc3bbab459 (patch)
treea339058f8e1c3045240d71ab961c7ec1effdd947 /sapconnection.h
parentaabf2deebb9619e21f1ebac0690c6b206b16b251 (diff)
downloadsapd-309947a4316a94f4c5d43c9b39b733cc3bbab459.tar.gz
sapd-309947a4316a94f4c5d43c9b39b733cc3bbab459.zip
implement session termination requests
Diffstat (limited to 'sapconnection.h')
-rw-r--r--sapconnection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sapconnection.h b/sapconnection.h
index 7702e43..0fdd025 100644
--- a/sapconnection.h
+++ b/sapconnection.h
@@ -22,9 +22,6 @@ public:
QList<SAPSocket*> sockets();
-public slots:
- void close();
-
signals:
void connected();
void error(int errorCode);