summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-10-24 13:42:25 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-10-24 13:42:25 (GMT)
commit77fbff68d5aa3a292a3cb2aae4fdaf7f5619116a (patch)
tree8aa7cc62f10eb2b4fbf96fb10ca976625f6baaf1 /Swift/Controllers/UnitTest
parent0f078be02cd6818aeacc935a1ab790b41267a00d (diff)
downloadswift-77fbff68d5aa3a292a3cb2aae4fdaf7f5619116a.zip
swift-77fbff68d5aa3a292a3cb2aae4fdaf7f5619116a.tar.bz2
Provide feedback in the status header when attempting to connect.
Resolves: #657 Release-Notes: The status setter now shows when you're connecting.
Diffstat (limited to 'Swift/Controllers/UnitTest')
-rw-r--r--Swift/Controllers/UnitTest/MockMainWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/UnitTest/MockMainWindow.h b/Swift/Controllers/UnitTest/MockMainWindow.h
index 4d0c67a..3d786d9 100644
--- a/Swift/Controllers/UnitTest/MockMainWindow.h
+++ b/Swift/Controllers/UnitTest/MockMainWindow.h
@@ -19,6 +19,7 @@ namespace Swift {
virtual void setMyAvatarPath(const String& /*path*/) {};
virtual void setMyStatusText(const String& /*status*/) {};
virtual void setMyStatusType(StatusShow::Type /*type*/) {};
+ virtual void setConnecting() {};
Roster* roster;
};