From b44670e671594befb5af1b42b00eb75c3bb55b07 Mon Sep 17 00:00:00 2001 From: Geir Vattekar Date: Tue, 14 Aug 2012 15:38:53 +0200 Subject: Doc: Fix broken return codes for a few examples This reverts remnants of 79747d38987ce42adc510be0c5bb1565f55fd3d6. Task-number: QTBUG-25571 Change-Id: I1dbf64cfcba889fb0c70ceaeeeffad8334a8aab1 Reviewed-by: Casper van Donderen --- examples/tools/regexp/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/tools/regexp/main.cpp') diff --git a/examples/tools/regexp/main.cpp b/examples/tools/regexp/main.cpp index 767fb2fd67..6eb4639886 100644 --- a/examples/tools/regexp/main.cpp +++ b/examples/tools/regexp/main.cpp @@ -47,5 +47,5 @@ int main(int argc, char *argv[]) QApplication app(argc, argv); RegExpDialog dialog; dialog.show(); - return dialog.exec(); + return app.exec(); } -- cgit v1.2.3