From f0698c72ccd32927419754b989034c2ee92ef0b6 Mon Sep 17 00:00:00 2001
From: beuchatp <beuchatp@control.ee.ethz.ch>
Date: Sat, 12 Jan 2019 14:57:43 +0100
Subject: [PATCH] Small correction to allow Qt only compilation

---
 .../GUI_Qt/flyingAgentGUI/include/controllertabs.h     | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pps_ws/src/d_fall_pps/GUI_Qt/flyingAgentGUI/include/controllertabs.h b/pps_ws/src/d_fall_pps/GUI_Qt/flyingAgentGUI/include/controllertabs.h
index 6ada530a..7650f45f 100644
--- a/pps_ws/src/d_fall_pps/GUI_Qt/flyingAgentGUI/include/controllertabs.h
+++ b/pps_ws/src/d_fall_pps/GUI_Qt/flyingAgentGUI/include/controllertabs.h
@@ -119,17 +119,17 @@ private:
 
     void controllerUsedChangedCallback(const std_msgs::Int32& msg);
 
+    // Get the paramters that specify the type and ID
+    bool getTypeAndIDParameters();
+#endif
+
+
     void setControllerEnabled(int new_controller);
 
     void setAllTabLabelsToNormalColouring();
 
     void setTextColourOfTabLabel(QColor color , QWidget * tab_widget);
 
-    // Get the paramters that specify the type and ID
-    bool getTypeAndIDParameters();
-#endif
-
-
 };
 
 #endif // CONTROLLERTABS_H
-- 
GitLab