]> git.siccegge.de Git - frida/frida.git/blobdiff - src/gui/Mainwindow.hxx
Allow opening of binary via comman argument
[frida/frida.git] / src / gui / Mainwindow.hxx
index adfe71e47a3fc0803b23245bca3498e95dc8cc5b..3892ebd61ad29572a9517f9a421a9f0c35f12d8b 100644 (file)
 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;