summaryrefslogtreecommitdiff
path: root/TelepathyQt4/contact-manager-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt4/contact-manager-internal.h')
-rw-r--r--TelepathyQt4/contact-manager-internal.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/TelepathyQt4/contact-manager-internal.h b/TelepathyQt4/contact-manager-internal.h
index 9a9281e9..0205bf05 100644
--- a/TelepathyQt4/contact-manager-internal.h
+++ b/TelepathyQt4/contact-manager-internal.h
@@ -41,6 +41,21 @@ private Q_SLOTS:
void onChannelClosed(Tp::PendingOperation *);
};
+class TELEPATHY_QT4_NO_EXPORT RosterModifyFinishOp : public PendingOperation
+{
+ Q_OBJECT
+
+public:
+ RosterModifyFinishOp(const ConnectionPtr &conn);
+ ~RosterModifyFinishOp() {};
+
+ void setError(const QString &errorName, const QString &errorMessage);
+ void finish();
+
+private:
+ QString errorName, errorMessage;
+};
+
} // Tp
#endif