mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2024-02-08 Fred Gleason <fredg@paravelsystems.com>
* Implemented the 'Load Message" ['LM'] RML. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// The On Air Playout Utility for Rivendell.
|
||||
//
|
||||
// (C) Copyright 2002-2023 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2024 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
|
||||
@@ -134,15 +134,6 @@ MainWidget::MainWidget(RDConfig *config,QWidget *parent)
|
||||
//
|
||||
srandom(QTime::currentTime().msec());
|
||||
|
||||
//
|
||||
// Generate Fonts
|
||||
//
|
||||
for(unsigned i=0;i<AIR_MESSAGE_FONT_QUANTITY;i++) {
|
||||
air_message_fonts[i]=QFont(font().family(),12+2*i,QFont::Normal);
|
||||
air_message_fonts[i].setPixelSize(12+2*i);
|
||||
air_message_metrics[i]=new QFontMetrics(air_message_fonts[i]);
|
||||
}
|
||||
|
||||
//
|
||||
// Create And Set Icon
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user