summaryrefslogtreecommitdiffstats
path: root/examples/touch/fingerpaint/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch/fingerpaint/mainwindow.cpp')
-rw-r--r--examples/touch/fingerpaint/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/touch/fingerpaint/mainwindow.cpp b/examples/touch/fingerpaint/mainwindow.cpp
index 9481f888b5..f0477011d3 100644
--- a/examples/touch/fingerpaint/mainwindow.cpp
+++ b/examples/touch/fingerpaint/mainwindow.cpp
@@ -186,7 +186,7 @@ bool MainWindow::maybeSave()
tr("The image has been modified.\n"
"Do you want to save your changes?"),
QMessageBox::Save | QMessageBox::Discard
- | QMessageBox::Cancel);
+ | QMessageBox::Cancel);
if (ret == QMessageBox::Save) {
return saveFile("png");
} else if (ret == QMessageBox::Cancel) {