Qt splash code

Move the handling for the Qt interface's splash window into its own
routine to unclutter the constructor for QtBind.  Also, don't load
nhsplash.xpm if OPTIONS=!splash has been specified.
This commit is contained in:
PatR
2021-12-31 01:53:46 -08:00
parent 5ac71e66d5
commit f0d971fc2a
2 changed files with 53 additions and 44 deletions
+1
View File
@@ -35,6 +35,7 @@ private:
static NetHackQtMainWindow* main;
public:
static void qt_Splash();
static void qt_init_nhwindows(int* argc, char** argv);
static void qt_player_selection();
static void qt_askname();