2023-01-20 Fred Gleason <fredg@paravelsystems.com>

* Added a splash screen to rdairplay(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-01-20 14:26:18 -05:00
parent bf937d9cdb
commit f70e871508
9 changed files with 3474 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
//
// The On Air Playout Utility for Rivendell.
//
// (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2023 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -28,6 +28,7 @@
#include "button_log.h"
#include "colors.h"
#include "soundpanel.h"
#include "splashscreen.h"
#include "topstrip.h"
#include "voicetracker.h"
@@ -168,6 +169,7 @@ class MainWidget : public RDMainWindow
RDEventPlayer *air_event_player;
TopStrip *air_top_strip;
QLabel *air_bug_label;
SplashScreen *air_splash_screen;
};