mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-23 06:50:58 -04:00
Move icon handling from Resources to gui/Icons (#5506)
This commit is contained in:
parent
ba8611cf4c
commit
af4ecb4aa1
39 changed files with 411 additions and 325 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "AgentSettingsPage.h"
|
||||
#include "AgentSettingsWidget.h"
|
||||
#include "core/Resources.h"
|
||||
#include "gui/Icons.h"
|
||||
|
||||
QString AgentSettingsPage::name()
|
||||
{
|
||||
|
@ -27,7 +27,7 @@ QString AgentSettingsPage::name()
|
|||
|
||||
QIcon AgentSettingsPage::icon()
|
||||
{
|
||||
return Resources::instance()->icon("utilities-terminal");
|
||||
return icons()->icon("utilities-terminal");
|
||||
}
|
||||
|
||||
QWidget* AgentSettingsPage::createWidget()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue