From 75188f9a55bce411dab51a960c587b2e95739542 Mon Sep 17 00:00:00 2001
From: Paul Beuchat <beuchatp@control.ee.ethz.ch>
Date: Tue, 1 May 2018 16:35:59 +0200
Subject: [PATCH] Added QShortcut header to GUIs

---
 pps_ws/src/d_fall_pps/GUI_Qt/CrazyFlyGUI/src/mainguiwindow.cpp | 1 +
 pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.cpp     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/pps_ws/src/d_fall_pps/GUI_Qt/CrazyFlyGUI/src/mainguiwindow.cpp b/pps_ws/src/d_fall_pps/GUI_Qt/CrazyFlyGUI/src/mainguiwindow.cpp
index bfefa911..f0c79b5b 100755
--- a/pps_ws/src/d_fall_pps/GUI_Qt/CrazyFlyGUI/src/mainguiwindow.cpp
+++ b/pps_ws/src/d_fall_pps/GUI_Qt/CrazyFlyGUI/src/mainguiwindow.cpp
@@ -44,6 +44,7 @@
 #include <QMetaType>
 #include <QDir>
 #include <regex>
+#include <QShortcut>
 
 #ifdef CATKIN_MAKE
 #include "d_fall_pps/UnlabeledMarker.h"
diff --git a/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.cpp b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.cpp
index 1a2d5895..fbfeee72 100644
--- a/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.cpp
+++ b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.cpp
@@ -33,6 +33,7 @@
 #include "MainWindow.h"
 #include "ui_MainWindow.h"
 #include <string>
+#include <QShortcut>
 
 #include <ros/ros.h>
 #include <ros/network.h>
-- 
GitLab