X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=a89179598a095c71e16b32d432b40f5bd9d5855d;hp=8b46404b3a8331330177795188dbfb3205fb74b3;hb=c81c0d3dba088b302187d7862a62ca88d2306e24;hpb=adb0e762792c23674633b8513f4106b82aa38d15 diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 8b46404..a891795 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -19,8 +19,7 @@ class Function; class InformationManager; class FunctionWidget; class BasicBlockWidget; -class ScriptingDock; -class Interpreter; +class FridaDock; class Mainwindow : public QMainWindow { Q_OBJECT @@ -43,7 +42,7 @@ private: QTreeWidget * listWidget; QStackedWidget * stackedWidget; QDockWidget * dockWidget; - ScriptingDock * scripting; + FridaDock * fdock; QAction *exitAction; QAction *openAction; @@ -55,7 +54,6 @@ private: std::map objects_list; std::map objects_list_by_address; std::vector group_list; - std::map interpreter; InformationManager* manager; log4cxx::LoggerPtr logger;