From fcd16d6a387e0a45f0ad508a24b1b540b77d6441 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Thu, 25 Jul 2013 21:35:29 -0400 Subject: [PATCH] Switched proxy name --- openbr/plugins/gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbr/plugins/gui.cpp b/openbr/plugins/gui.cpp index c92a20c..ff5cf4b 100644 --- a/openbr/plugins/gui.cpp +++ b/openbr/plugins/gui.cpp @@ -121,7 +121,7 @@ public slots: }; -class EyeProxy : public GUIProxy +class LandmarkProxy : public GUIProxy { Q_OBJECT @@ -329,7 +329,7 @@ public: displayBuffer = new QPixmap(); // Create our GUI proxy - gui = new EyeProxy(); + gui = new LandmarkProxy(); // Move it to the main thread, this means signals we send to it will // be run in the main thread, which is hopefully in an event loop -- libgit2 0.21.4