X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=3892ebd61ad29572a9517f9a421a9f0c35f12d8b;hp=adfe71e47a3fc0803b23245bca3498e95dc8cc5b;hb=f3a965524eae344fbd25ba486e9fa32e1262fcc4;hpb=66fe5753170a33f3823924e41d768557ec79b8cb diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index adfe71e..3892ebd 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -10,8 +10,10 @@ class Mainwindow : public QMainWindow { Q_OBJECT public: - Mainwindow(); + Mainwindow(const std::string& filename = ""); private: + void openBinary(const std::string& filename); + void populateSymbolInformation(const std::string& sym); QTextEdit *textEdit;