X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=7084e2fec3c6995adb2256d7d208b4db4b6c08f2;hp=179a9c40ac5f6aacf72972883922504a6f7e3a01;hb=083a8802e608a69d622ff5cda5d21ff61e289a85;hpb=26ff0a6f5b4ea19657f851a82a8d679f10d19edb diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 179a9c4..7084e2f 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -49,6 +49,7 @@ private: log4cxx::LoggerPtr logger; public Q_SLOTS: void switchMainPlaneToAddress(uint64_t); + void requestNewFunctionByAddress(uint64_t address); private Q_SLOTS: void quit(); void open();