OSDN Git Service

Moved code to set up the console icon into the MUtilities library.
authorLoRd_MuldeR <mulder2@gmx.de>
Wed, 3 Dec 2014 21:19:18 +0000 (22:19 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Wed, 3 Dec 2014 21:19:18 +0000 (22:19 +0100)
src/Config.h
src/Main.cpp

index edeafd2..ff45357 100644 (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
 
 ///////////////////////////////////////////////////////////////////////////////
index cc0ac17..b93b683 100644 (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()));