summaryrefslogtreecommitdiffstats
path: root/examples/ipc/sharedmemory/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ipc/sharedmemory/dialog.cpp')
-rw-r--r--examples/ipc/sharedmemory/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ipc/sharedmemory/dialog.cpp b/examples/ipc/sharedmemory/dialog.cpp
index 3b41c22d3f..2be62b1b47 100644
--- a/examples/ipc/sharedmemory/dialog.cpp
+++ b/examples/ipc/sharedmemory/dialog.cpp
@@ -182,7 +182,7 @@ void Dialog::loadFromMemory()
*/
void Dialog::detach()
{
- if (!sharedMemory.detach())
+ if (!sharedMemory.detach())
ui.label->setText(tr("Unable to detach from shared memory."));
}