[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kexi] src/widget: Fix msvc error C2668 KexiListView::KexiListView ambiguous call to overloaded func
From:       Jaroslaw Staniek <null () kde ! org>
Date:       2018-08-02 8:58:29
Message-ID: E1fl9RF-0003h1-HC () code ! kde ! org
[Download RAW message or body]

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 overloaded 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 useDelegate is DontUseDelegate,
     //! delegate is not set. This allows to replace delegate.
-    KexiListView(UseDelegate useDelegate = UseDefaultDelegate, QWidget *parent = 0);
+    KexiListView(UseDelegate useDelegate, QWidget *parent);
 
 private Q_SLOTS:
     void updateWidth();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic