Skip to content

Commit

Permalink
drop unused member
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Jul 21, 2024
1 parent 54983ea commit cc04595
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/corelib/tools/qbsprocess.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ class QbsProcess : public QObject
QProcess::ProcessError m_error = QProcess::UnknownError;
QProcess::ProcessState m_state = QProcess::NotRunning;
int m_exitCode = 0;
int m_connectionAttempts = 0;
bool m_socketError = false;
};

Expand Down

0 comments on commit cc04595

Please sign in to comment.