summaryrefslogtreecommitdiff
path: root/sappeer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sappeer.h')
-rw-r--r--sappeer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sappeer.h b/sappeer.h
index ffddea4..1c477c4 100644
--- a/sappeer.h
+++ b/sappeer.h
@@ -19,6 +19,7 @@ class SAPPeer : public QObject
Q_OBJECT
public:
explicit SAPPeer(SAProtocol::Role role, const QString &localName, const QString &peerName, QObject *parent = 0);
+ ~SAPPeer();
SAPConnection* createServiceConnection(const QString &profile, const QString &requesterProfile, SAPServiceInfo::Role requesterRole);
bool terminateServiceConnection(const QString &profile, const QString &requesterProfile, SAPServiceInfo::Role requesterRole);