Commit fcd16d6a387e0a45f0ad508a24b1b540b77d6441

Authored by Scott Klum
1 parent 45c2f593

Switched proxy name

Showing 1 changed file with 2 additions and 2 deletions
openbr/plugins/gui.cpp
@@ -121,7 +121,7 @@ public slots: @@ -121,7 +121,7 @@ public slots:
121 121
122 }; 122 };
123 123
124 -class EyeProxy : public GUIProxy 124 +class LandmarkProxy : public GUIProxy
125 { 125 {
126 Q_OBJECT 126 Q_OBJECT
127 127
@@ -329,7 +329,7 @@ public: @@ -329,7 +329,7 @@ public:
329 displayBuffer = new QPixmap(); 329 displayBuffer = new QPixmap();
330 330
331 // Create our GUI proxy 331 // Create our GUI proxy
332 - gui = new EyeProxy(); 332 + gui = new LandmarkProxy();
333 333
334 // Move it to the main thread, this means signals we send to it will 334 // Move it to the main thread, this means signals we send to it will
335 // be run in the main thread, which is hopefully in an event loop 335 // be run in the main thread, which is hopefully in an event loop