Skip to content

Commit

Permalink
sy - fixing broken signal-slots in EE for surrogate
Browse files Browse the repository at this point in the history
  • Loading branch information
yisangriB committed Oct 1, 2024
1 parent 520ec62 commit 33be67e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EVENTS/EarthquakeEventSelection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ EarthquakeEventSelection::~EarthquakeEventSelection()
void
EarthquakeEventSelection::replyEventType(void)
{
qDebug() << "EarthquakeEventSelection::replyEventType(void)- HUH";
emit typeEVT("EQ");
//qDebug() << "EarthquakeEventSelection::replyEventType(void)- HUH";

}

Expand Down

0 comments on commit 33be67e

Please sign in to comment.