forked from Silverfish/proton-bridge
Other: chores: removed comments in bridge-gui that were used for the transition Go -> C++ of the Qt code.
This commit is contained in:
committed by
James Houlahan
parent
eb62056755
commit
c8c9e911f6
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user