From 1c7e8fd482bb67a5487449948488bd286a3504c1 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Wed, 17 Dec 2014 08:27:31 +0100 Subject: a basically-working Pipeline implementation still a skeleton rather than a full body with flesh and blood, but it is getting there! --- synchronizer/listener.h | 1 + 1 file changed, 1 insertion(+) (limited to 'synchronizer/listener.h') diff --git a/synchronizer/listener.h b/synchronizer/listener.h index b294277..357ae37 100644 --- a/synchronizer/listener.h +++ b/synchronizer/listener.h @@ -76,6 +76,7 @@ private Q_SLOTS: void checkConnections(); void readFromSocket(); void processClientBuffers(); + void refreshRevision(); private: bool processClientBuffer(Client &client); -- cgit v1.2.3