Moved code to set up the console icon into the MUtilities library.
This commit is contained in:
parent
6eb4de942c
commit
6412989afd
@ -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
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -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()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user