summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qtemporaryfile.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-10-14 11:35:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-14 11:35:30 +0200
commit24cc181f04032a648153775a74e375c9da28e0eb (patch)
tree19abc2a81736d84a19fc06e44a385a1099078d47 /src/corelib/io/qtemporaryfile.cpp
parent63348f43adc93d1c497cb86631d6b7765cc376b2 (diff)
parentd0eb444a49f6064ecb896f62276e060cd8a4b1e8 (diff)
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev
Diffstat (limited to 'src/corelib/io/qtemporaryfile.cpp')
-rw-r--r--src/corelib/io/qtemporaryfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qtemporaryfile.cpp b/src/corelib/io/qtemporaryfile.cpp
index 4d672f0689..b3a17eae7e 100644
--- a/src/corelib/io/qtemporaryfile.cpp
+++ b/src/corelib/io/qtemporaryfile.cpp
@@ -596,7 +596,7 @@ QTemporaryFile::~QTemporaryFile()
*/
/*!
- Returns true if the QTemporaryFile is in auto remove
+ Returns \c true if the QTemporaryFile is in auto remove
mode. Auto-remove mode will automatically delete the filename from
disk upon destruction. This makes it very easy to create your
QTemporaryFile object on the stack, fill it with data, read from