]> git.pld-linux.org Git - packages/qt.git/blob - qt-parse_error.patch
- desc why patches are commented out
[packages/qt.git] / qt-parse_error.patch
1 diff -urN qt-x11-free-3.0.2.orig/src/sql/drivers/psql/qsql_psql.cpp qt-x11-free-3.0.2/src/sql/drivers/psql/qsql_psql.cpp
2 --- qt-x11-free-3.0.2.orig/src/sql/drivers/psql/qsql_psql.cpp   Mon Jan 21 16:50:44 2002
3 +++ qt-x11-free-3.0.2/src/sql/drivers/psql/qsql_psql.cpp        Sat Feb 16 15:46:02 2002
4 @@ -347,6 +347,8 @@
5      case QVariant::Invalid:
6  #ifdef QT_CHECK_RANGE
7         qWarning("QPSQLResult::data: unknown data type");
8 +#else
9 +       ;
10  #endif
11      }
12      return QVariant();
This page took 0.028548 seconds and 3 git commands to generate.