X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;fp=src%2Fgui%2FMainwindow.hxx;h=1b497dfce301d3d2d2015d3b0dce96cf4b64cd5d;hp=a89179598a095c71e16b32d432b40f5bd9d5855d;hb=057e0e59829f19ee4d9a550f2d3dc9fe9df5c92c;hpb=a066bc221527cb9d48ab669c21da2b36f0364bda diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index a891795..1b497df 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -26,7 +26,7 @@ class Mainwindow : public QMainWindow { public: Mainwindow(InformationManager* mgr); -public Q_SLOTS: +public slots: void switchMainPlaneToAddress(uint64_t); void requestNewFunctionByAddress(uint64_t address); @@ -58,7 +58,7 @@ private: InformationManager* manager; log4cxx::LoggerPtr logger; -private Q_SLOTS: +private slots: void quit(); void open(); void load();