Other: chores: removed comments in bridge-gui that were used for the transition Go -> C++ of the Qt code.

This commit is contained in:
Xavier Michelon
2022-11-21 12:42:13 +01:00
committed by James Houlahan
parent eb62056755
commit c8c9e911f6
5 changed files with 120 additions and 120 deletions

View File

@ -60,7 +60,7 @@ private: // member functions
private: // data members
QMutex statusMutex_; ///< The status mutex.
QString const exePath_; ///< The path to the executable.
QStringList args_; ///< arguments to be passed to the brigde.
QStringList args_; ///< arguments to be passed to Bridge.
MonitorStatus status_; ///< Status of the monitoring.
QTextStream out_; ///< The standard output stream.
QTextStream err_; ///< The standard error stream.