From 9aa254bce6db08392067c8bcea76374afc2d9b8f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 28 Mar 2009 17:23:30 -0400 Subject: Move messaging down to the Client interface --- sigencore/Client.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sigencore/Client.cpp') diff --git a/sigencore/Client.cpp b/sigencore/Client.cpp index f2bef9b2..5ec12fee 100644 --- a/sigencore/Client.cpp +++ b/sigencore/Client.cpp @@ -90,3 +90,7 @@ Canvas* Client::canvas(const QString& canvas) return m_canvases[canvas]; return NULL; } + +void Client::postRequest(const int type, const QVariantList& arguments) +{ +} -- cgit