Qt allows a signal to be called directly as if it were a function call, and the result is the same as "emit signalNameHere(args here)"
In fact, the "emit" keyword just expands to a single space as far as the c++ preprocessor is concerned. Or at least that was the case at one point. I'm pretty sure it's still the case.
This change passes the nzmqt_test app as my others do.
Qt allows a signal to be called directly as if it were a function call, and the result is the same as "emit signalNameHere(args here)"
In fact, the "emit" keyword just expands to a single space as far as the c++ preprocessor is concerned. Or at least that was the case at one point. I'm pretty sure it's still the case.
This change passes the nzmqt_test app as my others do.