From ea1d9d7517f6a14ffb9bbd71ade78603135e8c55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Remko=20Tron=C3=A7on?= <git@el-tramo.be>
Date: Sun, 16 Sep 2012 09:16:03 +0200
Subject: Fixed ClientTest compilation.


diff --git a/Swiften/QA/ClientTest/ClientTest.cpp b/Swiften/QA/ClientTest/ClientTest.cpp
index 3b8734e..397921a 100644
--- a/Swiften/QA/ClientTest/ClientTest.cpp
+++ b/Swiften/QA/ClientTest/ClientTest.cpp
@@ -77,7 +77,7 @@ int main(int, char**) {
 	}
 
 	client = new Swift::Client(JID(jid), std::string(pass), &networkFactories);
-	ClientXMLTracer* tracer = new ClientXMLTracer(client, !options.boshURL.empty());
+	ClientXMLTracer* tracer = new ClientXMLTracer(client, !options.boshURL.isEmpty());
 	client->onConnected.connect(&handleConnected);
 	client->onDisconnected.connect(boost::bind(&handleDisconnected, _1));
 	client->setAlwaysTrustCertificates();
-- 
cgit v0.10.2-6-g49f6