X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=7084e2fec3c6995adb2256d7d208b4db4b6c08f2;hp=a78b44617f5ee7d4f8db3238045fb366d3362125;hb=083a8802e608a69d622ff5cda5d21ff61e289a85;hpb=954fbc0a236ead64f568e9f591a5248c742084a0 diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index a78b446..7084e2f 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -25,6 +25,7 @@ public: private: void addFunction(Function* fun); + void setGlobalHotkeys(); QTextEdit *textEdit; QPushButton *quitButton; @@ -48,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();