Add missed ConnectionState member variable to operator==
This commit is contained in:
@@ -206,6 +206,7 @@ void ConnectionState::Widget::ProxyIcon::paintEvent(QPaintEvent *e) {
|
||||
bool ConnectionState::State::operator==(const State &other) const {
|
||||
return (type == other.type)
|
||||
&& (useProxy == other.useProxy)
|
||||
&& (exposed == other.exposed)
|
||||
&& (underCursor == other.underCursor)
|
||||
&& (updateReady == other.updateReady)
|
||||
&& (waitTillRetry == other.waitTillRetry);
|
||||
|
||||
Reference in New Issue
Block a user