X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=9ce1b6bdbb8350e426bc95ff0adaf2d09390464d;hp=032cabd8e0cfdb354fa59f58142635ec74c95351;hb=0ce5b46ac41f3ac806ee1828eb121dd196bf1251;hpb=e2c634feac15ca83200e7d2573879595787d5b6b diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 032cabd..9ce1b6b 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -34,7 +34,7 @@ private: std::shared_ptr disassembler; std::map blocks; -private slots: +private Q_SLOTS: void quit(); void open(); };