Skip to content

Commit

Permalink
Temporary commit till simulation is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
darktorres committed Feb 9, 2025
1 parent 70bd979 commit c19f7c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/bewaveddolphin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,12 @@ void BewavedDolphin::loadSignals(QStringList &inputLabels, QStringList &outputLa
}

void BewavedDolphin::run()
{
run2();
run2();
}

void BewavedDolphin::run2()
{
qCDebug(zero) << "Creating class to pause main window simulator while creating waveform.";
SimulationBlocker simulationBlocker(m_simulation);
Expand Down
1 change: 1 addition & 0 deletions app/bewaveddolphin.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class BewavedDolphin : public QMainWindow
void resizeScene();
void restoreInputs();
void run();
void run2();
void save(QDataStream &stream);
void save(QSaveFile &file);
void save(const QString &fileName);
Expand Down

0 comments on commit c19f7c2

Please sign in to comment.