[Telepathy-commits] [telepathy-qt4/master] PendingOperation: actually implement isFinished()
Simon McVittie
simon.mcvittie at collabora.co.uk
Mon Dec 1 08:58:43 PST 2008
---
TelepathyQt4/cli-pending-operation.cpp | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/TelepathyQt4/cli-pending-operation.cpp b/TelepathyQt4/cli-pending-operation.cpp
index 48a2851..db5ddc4 100644
--- a/TelepathyQt4/cli-pending-operation.cpp
+++ b/TelepathyQt4/cli-pending-operation.cpp
@@ -95,6 +95,12 @@ bool PendingOperation::isValid() const
}
+bool PendingOperation::isFinished() const
+{
+ return mPriv->finished;
+}
+
+
bool PendingOperation::isError() const
{
Q_ASSERT(mPriv->finished);
--
1.5.6.5
More information about the Telepathy-commits
mailing list