|
|
|
@ -10,14 +10,14 @@ Qt-3.1.2 does not has this swapped cursors ... |
|
|
|
case MEANING_RESIZE_COLUMN: |
|
|
|
// Bug in (at least) Qt-3.1.1 : Qt::splitVCursor and Qt::splitHCursor are swapped! |
|
|
|
-#if QT_VERSION < 0x030200
|
|
|
|
+#if QT_VERSION < 0x030101
|
|
|
|
+#if QT_VERSION < 0x030102
|
|
|
|
return Qt::splitVCursor; |
|
|
|
#else |
|
|
|
return Qt::splitHCursor; |
|
|
|
#endif |
|
|
|
case MEANING_RESIZE_ROW: |
|
|
|
-#if QT_VERSION < 0x030200
|
|
|
|
+#if QT_VERSION < 0x030101
|
|
|
|
+#if QT_VERSION < 0x030102
|
|
|
|
return Qt::splitHCursor; |
|
|
|
#else |
|
|
|
return Qt::splitVCursor; |