summaryrefslogtreecommitdiffstats
path: root/examples/threads/queuedcustomtype/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/queuedcustomtype/window.cpp')
-rw-r--r--examples/threads/queuedcustomtype/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threads/queuedcustomtype/window.cpp b/examples/threads/queuedcustomtype/window.cpp
index 8e7bc64640..9dc07eca53 100644
--- a/examples/threads/queuedcustomtype/window.cpp
+++ b/examples/threads/queuedcustomtype/window.cpp
@@ -84,7 +84,7 @@ void Window::loadImage()
formats.append("*." + format);
QString newPath = QFileDialog::getOpenFileName(this, tr("Open Image"),
- path, tr("Image files (%1)").arg(formats.join(" ")));
+ path, tr("Image files (%1)").arg(formats.join(' ')));
if (newPath.isEmpty())
return;