mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +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:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// The Log Editor Utility for Rivendell.
|
||||
//
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2021 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
|
||||
@@ -34,11 +34,6 @@
|
||||
#include "rdlogedit.h"
|
||||
#include "voice_tracker.h"
|
||||
|
||||
//
|
||||
// Icons
|
||||
//
|
||||
#include "../icons/rdlogedit-22x22.xpm"
|
||||
|
||||
//
|
||||
// Global Resources
|
||||
//
|
||||
@@ -105,7 +100,7 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
//
|
||||
// Create Icons
|
||||
//
|
||||
setWindowIcon(QPixmap(rdlogedit_22x22_xpm));
|
||||
setWindowIcon(rda->iconEngine()->applicationIcon(RDIconEngine::RdLogEdit,22));
|
||||
|
||||
//
|
||||
// Log Filter
|
||||
|
Reference in New Issue
Block a user