From f31694e9da6c5803bf8ef05a9bea8dd15bf3e6c4 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 7 Sep 2020 09:13:16 +0200 Subject: Remove explicit from parameter-less constructor of AxBase Task-number: QTBUG-86400 Change-Id: Iaf2c7824b983a98e6b3b2cef21058ac1a2f33b9e Reviewed-by: Volker Hilsheimer --- src/activeqt/container/qaxbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/activeqt/container/qaxbase.h b/src/activeqt/container/qaxbase.h index 51e1e5f..34b12f6 100644 --- a/src/activeqt/container/qaxbase.h +++ b/src/activeqt/container/qaxbase.h @@ -127,7 +127,7 @@ public: void setClassContext(ulong classContext); protected: - explicit QAxBase(); + QAxBase(); virtual bool initialize(IUnknown** ptr); bool initializeRemote(IUnknown** ptr); -- cgit v1.2.3