summaryrefslogtreecommitdiffstats
path: root/examples/network/fortuneserver/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/fortuneserver/main.cpp')
-rw-r--r--examples/network/fortuneserver/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/network/fortuneserver/main.cpp b/examples/network/fortuneserver/main.cpp
index 589bb5e339..3b8eef40ba 100644
--- a/examples/network/fortuneserver/main.cpp
+++ b/examples/network/fortuneserver/main.cpp
@@ -48,6 +48,7 @@
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
+ QGuiApplication::setApplicationDisplayName(Server::tr("Fortune Server"));
Server server;
server.show();
qsrand(QTime(0,0,0).secsTo(QTime::currentTime()));