mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-08 18:02:51 -05:00
Removing QColor (from Qt::Widgets) from core modules. (#4247)
This commit is contained in:
parent
8bac8a7163
commit
c8ab3b5f4f
15 changed files with 47 additions and 97 deletions
|
|
@ -131,7 +131,7 @@ int Metadata::maintenanceHistoryDays() const
|
|||
return m_data.maintenanceHistoryDays;
|
||||
}
|
||||
|
||||
QColor Metadata::color() const
|
||||
QString Metadata::color() const
|
||||
{
|
||||
return m_data.color;
|
||||
}
|
||||
|
|
@ -347,7 +347,7 @@ void Metadata::setMaintenanceHistoryDays(int value)
|
|||
set(m_data.maintenanceHistoryDays, value);
|
||||
}
|
||||
|
||||
void Metadata::setColor(const QColor& value)
|
||||
void Metadata::setColor(const QString& value)
|
||||
{
|
||||
set(m_data.color, value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue