diff options
author | axis <qt-info@nokia.com> | 2009-07-06 07:25:36 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-07-06 07:44:11 (GMT) |
commit | b11571133cd46e42a56d902b0b482235f18c3012 (patch) | |
tree | f3140b4bef0e56bcfad4800ad24fb84a07587423 /src | |
parent | ad51d58450eaf0a0d4fccecfc479e719f5e3ff9b (diff) | |
download | Qt-b11571133cd46e42a56d902b0b482235f18c3012.zip Qt-b11571133cd46e42a56d902b0b482235f18c3012.tar.gz Qt-b11571133cd46e42a56d902b0b482235f18c3012.tar.bz2 |
Silenced newline at EOF warnings from RVCT.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/dialogs/qfilesystemmodel.cpp | 2 | ||||
-rw-r--r-- | src/gui/kernel/qclipboard_s60.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/qfilesystemmodel.cpp b/src/gui/dialogs/qfilesystemmodel.cpp index 454e521..855ff9e 100644 --- a/src/gui/dialogs/qfilesystemmodel.cpp +++ b/src/gui/dialogs/qfilesystemmodel.cpp @@ -1953,4 +1953,4 @@ QT_END_NAMESPACE #include "moc_qfilesystemmodel.cpp" -#endif // QT_NO_FILESYSTEMMODEL
\ No newline at end of file +#endif // QT_NO_FILESYSTEMMODEL diff --git a/src/gui/kernel/qclipboard_s60.cpp b/src/gui/kernel/qclipboard_s60.cpp index c4e6648..db5e7f3 100644 --- a/src/gui/kernel/qclipboard_s60.cpp +++ b/src/gui/kernel/qclipboard_s60.cpp @@ -274,4 +274,4 @@ void QClipboard::ownerDestroyed() { } QT_END_NAMESPACE -#endif // QT_NO_CLIPBOARD
\ No newline at end of file +#endif // QT_NO_CLIPBOARD |