Skip to content
Snippets Groups Projects
Commit c1113eec authored by Elliot Oram's avatar Elliot Oram
Browse files

Remove redefintion of showmessageBox in IndirectDataAnalysisTab

Refs #14478
parent baa090dd
No related merge requests found
...@@ -57,10 +57,6 @@ namespace IDA ...@@ -57,10 +57,6 @@ namespace IDA
/// Loads the tab's settings. /// Loads the tab's settings.
void loadTabSettings(const QSettings & settings); void loadTabSettings(const QSettings & settings);
signals:
/// Send signal to parent window to show a message box to user
void showMessageBox(const QString& message);
protected: protected:
/// Function to run a string as python code /// Function to run a string as python code
void runPythonScript(const QString& pyInput); void runPythonScript(const QString& pyInput);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment