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

List:       kde-commits
Subject:    kdebindings/qtjava
From:       Richard Dale <Richard_Dale () tipitina ! demon ! co ! uk>
Date:       2003-01-17 19:11:10
[Download RAW message or body]

CVS commit by rdale: 


* Fixed bug in conversion of signal type 'int,int,int,const QPoint&' to java type in \
QTable (reported by Felix Rodriguez).


  M +4 -0      ChangeLog   1.60
  M +2 -2      javalib/qtjava/JavaSlot.cpp   1.14
  M +1 -1      javalib/qtjava/JavaSlot.h   1.12


--- kdebindings/qtjava/ChangeLog  #1.59:1.60
@@ -1,2 +1,6 @@
+2003-01-17    <Richard_Dale@tipitina.demon.co.uk>
+
+        * Fixed bug in conversion of signal type 'int,int,int,const QPoint&' to java \
type in QTable (reported by Felix Rodriguez). +
 2002-12-30    <duke@tipitina>
 

--- kdebindings/qtjava/javalib/qtjava/JavaSlot.cpp  #1.13:1.14
@@ -104,5 +104,5 @@ static const char * const javaToQtTypeSi
         {"(int,int,int)",                                                            \
                "(int,int,int)"},
         {"(int,int,QPoint)",                                                         \
                "(int,int,const QPoint&)"},
-        {"(int,int,int,QPoint)",                                                     \
"(int,int,int,const QPoint)"} +        {"(int,int,int,QPoint)",                       \
"(int,int,int,const QPoint&)"}  };
 
@@ -1570,5 +1570,5 @@ JavaSlot::invoke(int arg1,int arg2,int a
 
 void
-JavaSlot::invoke(int arg1,int arg2,int arg3,const QPoint arg4)
+JavaSlot::invoke(int arg1,int arg2,int arg3,const QPoint & arg4)
 {
         JNIEnv *        env;

--- kdebindings/qtjava/javalib/qtjava/JavaSlot.h  #1.11:1.12
@@ -135,5 +135,5 @@ public slots:
         void invoke(int arg1,int arg2,const QPoint& arg3);
         void invoke(int arg1,int arg2,int arg3);
-        void invoke(int arg1,int arg2,int arg3,const QPoint arg4);
+        void invoke(int arg1,int arg2,int arg3,const QPoint& arg4);
         void invoke(int,QIconViewItem* arg1,const QPoint& arg2);
         void invoke(int,QListBoxItem* arg1,const QPoint arg2);


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

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