X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=ba0d8b4944529138ff78fbf2e9b995133c677dab;hp=633c6478a8ce28002f85b47c6c2455584fc04ad4;hb=bb5959013f2daeff2c0639e868d6406500dc17fb;hpb=f149a5054a144793cc622512d9341b91a161bd1e diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 633c647..ba0d8b4 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -3,7 +3,6 @@ #include #include -#include #include #include @@ -16,6 +15,7 @@ class Disassembler; class Function; class InformationManager; +class FunctionWidget; class BasicBlockWidget; class ScriptingDock; @@ -47,11 +47,11 @@ private: QAction *saveAction; std::map blocks; - std::map objects_list; + std::map functions; + std::map objects_list; std::map objects_list_by_address; - std::set functions; - InformationManager* manager; + InformationManager* manager; log4cxx::LoggerPtr logger; private Q_SLOTS: @@ -61,7 +61,7 @@ private Q_SLOTS: void switchMainPlane(int); void showListContextMenu(const QPoint&); void requestNewFunction(); - void renameFunction(QListWidgetItem * item); + void renameFunction(Function* function); }; #endif /* INCLUDE__Mainwindow_hxx_ */