From 34eb3d28fa42539772d0e202e005134803ec2aec Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 13 Oct 2010 14:35:20 +0000 Subject: added launcher window icon --- client/launcherwindow.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client') diff --git a/client/launcherwindow.cc b/client/launcherwindow.cc index 35ee532..4734ffe 100644 --- a/client/launcherwindow.cc +++ b/client/launcherwindow.cc @@ -40,6 +40,8 @@ LauncherWindow::LauncherWindow(QString arg, QString cpr, QString templ, { setWindowTitle(tr("Pracro Launcher")); resize(250,80); + + setWindowIcon(QIcon(":/icons/icon.png")); QSettings templateConfig(QFileInfo(arg).absolutePath() + "/templates.ini", QSettings::IniFormat); -- cgit v1.2.3