summaryrefslogtreecommitdiffstats
path: root/examples/network/multicastsender/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/multicastsender/main.cpp')
-rw-r--r--examples/network/multicastsender/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/multicastsender/main.cpp b/examples/network/multicastsender/main.cpp
index a18c475838..de7eae3ec6 100644
--- a/examples/network/multicastsender/main.cpp
+++ b/examples/network/multicastsender/main.cpp
@@ -47,5 +47,5 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
Sender sender;
sender.show();
- return sender.exec();
+ return app.exec();
}