File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,5 +107,5 @@ class BINARYNINJAUIAPI ContainerBrowser : public QDialog
107107
108108 QStringList selectedPaths () const { return m_selectedPaths; }
109109
110- static std::vector<TransformContextRef> openContainerFile (const QString& path);
110+ static std::vector<TransformContextRef> openContainerFile (const QString& path, bool forceShowDialog = false );
111111};
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
5353 public:
5454 OptionsDialog (QWidget* parent, const QString& name);
5555 virtual ~OptionsDialog ();
56- bool loadViews (BinaryViewRef existingView = nullptr );
56+ bool loadViews (BinaryViewRef existingView = nullptr , bool isDatabase = false );
5757
5858 Q_SIGNALS:
5959 void openFile (FileContext* file);
You can’t perform that action at this time.
0 commit comments