Qt 4.7.1 is a bug-fix release. It maintains both forward and backward compatibility (source and binary) with Qt 4.7.0. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://qt.nokia.com/doc/4.7 The Qt version 4.7 series is binary compatible with the 4.6.x series. Applications compiled for 4.6 will continue to run with 4.7. Changes 4.7.0: Qt 4.7 introduces many new features and improvements as well as bugfixes over the 4.6.x series. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://qt.nokia.com/doc/4.7 The Qt version 4.7 series is binary compatible with the 4.6.x series. Applications compiled for 4.6 will continue to run with 4.7.
13 lines
378 B
Text
13 lines
378 B
Text
$NetBSD: patch-ak,v 1.7 2010/11/15 13:05:45 adam Exp $
|
|
|
|
--- src/gui/kernel/qcursor_x11.cpp.orig 2010-09-10 09:05:24.000000000 +0000
|
|
+++ src/gui/kernel/qcursor_x11.cpp
|
|
@@ -246,7 +246,7 @@ void QCursorData::update()
|
|
return;
|
|
}
|
|
|
|
- static const char *cursorNames[] = {
|
|
+ static char *cursorNames[] = {
|
|
"left_ptr",
|
|
"up_arrow",
|
|
"cross",
|