mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2021-01-24 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDIconEngine::applicationIcon()' method. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -54,11 +54,6 @@ bool audio_changed;
|
||||
//
|
||||
void SigHandler(int signo);
|
||||
|
||||
//
|
||||
// Icons
|
||||
//
|
||||
#include "../icons/rivendell-22x22.xpm"
|
||||
|
||||
MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
: RDWidget(c,parent)
|
||||
{
|
||||
@@ -79,11 +74,6 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
//
|
||||
curl_global_init(CURL_GLOBAL_ALL);
|
||||
|
||||
//
|
||||
// Create Icons
|
||||
//
|
||||
setWindowIcon(QPixmap(rivendell_22x22_xpm));
|
||||
|
||||
//
|
||||
// Progress Dialog
|
||||
//
|
||||
@@ -106,6 +96,7 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
QMessageBox::critical(this,"RDLibrary - "+tr("Error"),err_msg);
|
||||
exit(1);
|
||||
}
|
||||
setWindowIcon(rda->iconEngine()->applicationIcon(RDIconEngine::RdLibrary,22));
|
||||
|
||||
//
|
||||
// Read Command Options
|
||||
|
Reference in New Issue
Block a user