summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
diff options
context:
space:
mode:
authormread <qt-info@nokia.com>2011-01-07 11:29:29 (GMT)
committerJoão Abecasis <joao.abecasis@nokia.com>2011-02-10 12:26:35 (GMT)
commitb93dc7717a9d19fef4c9a27145c5fbf0cd68ba81 (patch)
tree05861513248b06deeacaab8731eed2e544f87237 /src/gui/kernel/qevent.cpp
parentf29b95cef0441958050c86d3544cdfde32e9e62e (diff)
downloadQt-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.cpp2
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,