diff options
author | mread <qt-info@nokia.com> | 2011-01-07 11:29:29 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2011-02-10 12:26:35 (GMT) |
commit | b93dc7717a9d19fef4c9a27145c5fbf0cd68ba81 (patch) | |
tree | 05861513248b06deeacaab8731eed2e544f87237 /src/gui/kernel/qevent.cpp | |
parent | f29b95cef0441958050c86d3544cdfde32e9e62e (diff) | |
download | Qt-b93dc7717a9d19fef4c9a27145c5fbf0cd68ba81.zip Qt-b93dc7717a9d19fef4c9a27145c5fbf0cd68ba81.tar.gz Qt-b93dc7717a9d19fef4c9a27145c5fbf0cd68ba81.tar.bz2 |
Fixed a trailing whitespace
Task-number: QTBUG-15015
Reviewed-by: Shane Kearns
Diffstat (limited to 'src/gui/kernel/qevent.cpp')
-rw-r--r-- | src/gui/kernel/qevent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp index 17bcbfb..f6f2694 100644 --- a/src/gui/kernel/qevent.cpp +++ b/src/gui/kernel/qevent.cpp @@ -3103,7 +3103,7 @@ QUrl QFileOpenEvent::url() const Opens a QFile on the file referenced by this event. Returns true if successful; otherwise returns false. - + This is necessary as some files cannot be opened with the filename alone, but require specific information stored in this event. For example, if this QFileOpenEvent contains a request to open a Symbian data caged file, |