Git commit a9ab66fca954e5d4e5ed43b58e529cb8882f9b56 by Jaroslaw Staniek. Committed on 02/08/2018 at 08:58. Pushed by staniek into branch 'master'. Fix msvc error C2668 KexiListView::KexiListView ambiguous call to overloade= d function M +1 -1 src/widget/KexiListView.h https://commits.kde.org/kexi/a9ab66fca954e5d4e5ed43b58e529cb8882f9b56 diff --git a/src/widget/KexiListView.h b/src/widget/KexiListView.h index 1c016278f..b68e54628 100644 --- a/src/widget/KexiListView.h +++ b/src/widget/KexiListView.h @@ -68,7 +68,7 @@ protected: = //! Alternative constructor, the same as the default but if @a useDele= gate is DontUseDelegate, //! delegate is not set. This allows to replace delegate. - KexiListView(UseDelegate useDelegate =3D UseDefaultDelegate, QWidget *= parent =3D 0); + KexiListView(UseDelegate useDelegate, QWidget *parent); = private Q_SLOTS: void updateWidth();