changeset 138:cbdfc92eac7f

remove ambiguous QVariant ctor
author mandel
date Sun, 07 Jun 2009 15:31:10 +0000
parents 39782d736db4
children 825ac6364d2f
files qt/core/QVariant.d
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/qt/core/QVariant.d	Sun Jun 07 15:25:29 2009 +0000
+++ b/qt/core/QVariant.d	Sun Jun 07 15:31:10 2009 +0000
@@ -257,12 +257,12 @@
         super(__qt_return_value);
     }
 
-
+/*
     public this(char* str) {
         void* __qt_return_value = qtd_QVariant_QVariant_nativepointerchar(str);
         super(__qt_return_value);
     }
-
+*/
 
     public this(double d) {
         void* __qt_return_value = qtd_QVariant_QVariant_double(d);