diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-07-20 23:03:20 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-07-20 23:03:20 (GMT) |
commit | 08834e4f7af8c1a4fe34ccfbbb8d2c973e91eb48 (patch) | |
tree | 583def5cc8fde5990173753b08f70b8d6d8aeb54 | |
parent | d3053c64e6e61656f8ea1fa809648228d0393957 (diff) | |
download | Qt-08834e4f7af8c1a4fe34ccfbbb8d2c973e91eb48.zip Qt-08834e4f7af8c1a4fe34ccfbbb8d2c973e91eb48.tar.gz Qt-08834e4f7af8c1a4fe34ccfbbb8d2c973e91eb48.tar.bz2 |
Fixed compile on certain Solaris versions.
Every source file must end with a newline, otherwise:
"Error: There is extra text on this line."
-rw-r--r-- | src/sql/drivers/mysql/qsql_mysql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/drivers/mysql/qsql_mysql.cpp b/src/sql/drivers/mysql/qsql_mysql.cpp index dd4127c..8f377bd 100644 --- a/src/sql/drivers/mysql/qsql_mysql.cpp +++ b/src/sql/drivers/mysql/qsql_mysql.cpp @@ -1473,4 +1473,4 @@ QString QMYSQLDriver::escapeIdentifier(const QString &identifier, IdentifierType QT_END_NAMESPACE -#include "qsql_mysql.moc"
\ No newline at end of file +#include "qsql_mysql.moc" |