X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=efc7d99bd10facf51483c8ba5d3831fad4f427c6;hp=953b3152b4b48221bb6f376a2ca56ae3d02f4a05;hb=e483d95e6b01bc5c6b97bb596409db0b35e213f7;hpb=21463b5c215974f253a0100231890ed909cd19e3 diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 953b315..efc7d99 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -40,6 +40,7 @@ private: QAction *openAction; std::map blocks; + std::map objects_list; std::set functions; InformationManager* manager; @@ -47,6 +48,7 @@ private: private Q_SLOTS: void quit(); void open(); + void switchMainPlane(int); void showListContextMenu(const QPoint&); void requestNewFunction(); };