From 6a4aa86600f2f1633507018adb7ec307aa96e758 2017-07-27 14:39:40 From: Alexandre Leroux Date: 2017-07-27 14:39:40 Subject: [PATCH] Creates settings dialog and adds it to a new menu in MainWindow The dialog will contain a set of widgets saved as a list (one entry per widget). By selecting an entry in the list, the corresponding widget will be displayed --- diff --git a/app/src/MainWindow.cpp b/app/src/MainWindow.cpp index b2f2078..221121c 100644 --- a/app/src/MainWindow.cpp +++ b/app/src/MainWindow.cpp @@ -24,6 +24,7 @@ #include #include +#include #include #include #include