Moved code to set up the console icon into the MUtilities library.

This commit is contained in:
LoRd_MuldeR 2014-12-03 22:19:18 +01:00
parent 6eb4de942c
commit 6412989afd
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 1
#define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 4
#define VER_LAMEXP_BUILD 1608
#define VER_LAMEXP_BUILD 1610
#define VER_LAMEXP_CONFG 1558
///////////////////////////////////////////////////////////////////////////////

View File

@ -106,7 +106,6 @@ static int lamexp_main(int &argc, char **argv)
}
//Initialize application
MUtils::Terminal::set_icon(QIcon(":/icons/sound.png"));
qApp->setWindowIcon(lamexp_app_icon());
qApp->setApplicationVersion(QString().sprintf("%d.%02d.%04d", lamexp_version_major(), lamexp_version_minor(), lamexp_version_build()));