X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=7e9cb3a975b8fc3c92102b098975a8794272724d;hp=a3bd4bdfa88ff354c0ee09a557ceb4d6d8c668c3;hb=acc34914344962b8af7656c54cd442dad1341c92;hpb=34f333f55fd3577c06c8383e568cb32829a00ec1 diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index a3bd4bd..7e9cb3a 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -3,6 +3,7 @@ #include #include +#include #include #include @@ -50,6 +51,7 @@ private: std::map functions; std::map objects_list; std::map objects_list_by_address; + std::vector group_list; InformationManager* manager; log4cxx::LoggerPtr logger; @@ -61,6 +63,7 @@ private Q_SLOTS: void switchMainPlane(QTreeWidgetItem* item); void showListContextMenu(const QPoint&); void requestNewFunction(); + void requestNewGroup(); void renameFunction(Function* function); };