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

List:       kde-commits
Subject:    KDE/kdewebdev/kommander/lib
From:       Benjamin Reed <ranger () befunk ! com>
Date:       2008-05-24 21:05:56
Message-ID: 1211663156.360840.15171.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 812213 by reed:

doesn't work on osx, need to figure out how to do equivalent

 M  +3 -0      domtool.cpp  


--- trunk/KDE/kdewebdev/kommander/lib/domtool.cpp #812212:812213
@@ -206,7 +206,10 @@
 	}
 	v = QVariant( sp );
     } else if ( e.tagName() == "cursor" ) {
+// FIXME: doesn't work on OSX, can't cast int to Qt::CursorShape
+#ifndef Q_WS_MAC
 	v = QVariant( QCursor( e.firstChild().toText().data().toInt() ) );
+#endif
     } else if ( e.tagName() == "stringlist" ) {
 	QStringList lst;
 	QDomElement n;
[prev in list] [next in list] [prev in thread] [next in thread] 

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