From f0ca6eeedfe1989ff4c614082541523b047db0ec Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Fri, 20 Oct 2017 04:47:07 -0700 Subject: canbus: Add missed 'explicit' keyword to CAN-bus example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I589d1e907552a7a2cfe17d08c1c72de7a5068779 Reviewed-by: André Hartmann --- examples/serialbus/can/bitratebox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/serialbus/can/bitratebox.h b/examples/serialbus/can/bitratebox.h index 42bbb2d..855deae 100644 --- a/examples/serialbus/can/bitratebox.h +++ b/examples/serialbus/can/bitratebox.h @@ -50,7 +50,7 @@ QT_END_NAMESPACE class BitRateBox : public QComboBox { public: - BitRateBox(QWidget *parent = nullptr); + explicit BitRateBox(QWidget *parent = nullptr); ~BitRateBox(); int bitRate() const; -- cgit v1.2.3