X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=adfe71e47a3fc0803b23245bca3498e95dc8cc5b;hp=46a6676187261d68eac8ce38e4439d4149fc5223;hb=0f91922e40640e00f1208aee5d8c968a698c5d31;hpb=26c4bd3156495d5c6d18e51b06c19e8c6eea62d0;ds=sidebyside diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 46a6676..adfe71e 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -1,12 +1,11 @@ -#include "include.hxx" - +#include #include #include #include #include #include -#include "Binary.hxx" +#include "disassembler/Disassembler.hxx" class Mainwindow : public QMainWindow { Q_OBJECT @@ -27,7 +26,7 @@ private: QAction *exitAction; QAction *openAction; - qtlldb::Binary * curBin; + std::shared_ptr disassembler; private slots: void quit(); void open();