X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=7f6d63e5c04d2d7e80f596eed4a26ca62d3aa025;hp=032cabd8e0cfdb354fa59f58142635ec74c95351;hb=9254f26b4470c13bed9f6c18c86bde98d809b64c;hpb=9f0c6d8fbed0f25248f28acced4c7372dd259d7a diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 032cabd..7f6d63e 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -1,3 +1,6 @@ +#ifndef INCLUDE__Mainwindow_hxx_ +#define INCLUDE__Mainwindow_hxx_ + #include #include #include @@ -34,7 +37,9 @@ private: std::shared_ptr disassembler; std::map blocks; -private slots: +private Q_SLOTS: void quit(); void open(); }; + +#endif /* INCLUDE__Mainwindow_hxx_ */