aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-11-12 10:26:38 +0100
committerhjk <hjk@qt.io>2019-11-12 10:50:51 +0000
commit0120e462b268957171d8542b72b0ffb4a8777f7b (patch)
tree9ea99ff65db51a858ae9747ce8ba03dce1d28cfd /src/plugins/qnx
parent817f81cbfd562a45f4be63cee30c46f614021e9f (diff)
Partial compile fix for current Qt dev and/or Qt 6
This does not cover Utils::MapReduceOption with QVector, and code that's not compiled on my machine. Change-Id: Ib63923985c52b1bb74e5ec2068a2bb37469ac618 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/qnx')
-rw-r--r--src/plugins/qnx/qnxsettingswidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qnx/qnxsettingswidget.h b/src/plugins/qnx/qnxsettingswidget.h
index 825aa90b7d..e0650b46fc 100644
--- a/src/plugins/qnx/qnxsettingswidget.h
+++ b/src/plugins/qnx/qnxsettingswidget.h
@@ -54,7 +54,7 @@ public:
this->state = state;
}
- bool operator ==(const ConfigState& cs)
+ bool operator ==(const ConfigState &cs) const
{
return config == cs.config && state == cs.state;
}