Merge branch 'develop'
[clinton/Virtual-Jaguar-Rx.git] / src / debugger / debuggertab.h
index f9e1b8a..56576f8 100644 (file)
@@ -5,12 +5,13 @@
 // ---  ----------  ------------------------------------------------------------\r
 // JPM  Sept./2016  Created this file, and added Soft debugger support\r
 // JPM  10/09/2018  Added the source file search paths\r
+// JPM  04/06/2019  Added ELF sections check\r
 //\r
 \r
 #ifndef __DEBUGGERTAB_H__\r
 #define __DEBUGGERTAB_H__\r
 \r
-#include <QtWidgets>\r
+#include <QtWidgets/QtWidgets>\r
 \r
 class DebuggerTab: public QWidget\r
 {\r
@@ -31,6 +32,7 @@ class DebuggerTab: public QWidget
                QCheckBox *displayHWlabels;\r
                QCheckBox *disasmopcodes;\r
                QCheckBox *displayFullSourceFilename;\r
+               QCheckBox *ELFSectionsCheck;\r
 };\r
 \r
 #endif // __DEBUGGERTAB_H__\r