summaryrefslogtreecommitdiffstats
path: root/examples/network/fortuneclient/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/fortuneclient/main.cpp')
-rw-r--r--examples/network/fortuneclient/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/network/fortuneclient/main.cpp b/examples/network/fortuneclient/main.cpp
index 2c02dcbaa6..66fff7a374 100644
--- a/examples/network/fortuneclient/main.cpp
+++ b/examples/network/fortuneclient/main.cpp
@@ -44,6 +44,7 @@
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
+ QGuiApplication::setApplicationDisplayName(Client::tr("Fortune Client"));
Client client;
client.show();
return app.exec();