renamed *Manager classes
This commit is contained in:
@@ -13,7 +13,7 @@ MessageColor::MessageColor(Type _type)
|
||||
{
|
||||
}
|
||||
|
||||
const QColor &MessageColor::getColor(ThemeManager &themeManager) const
|
||||
const QColor &MessageColor::getColor(Themes &themeManager) const
|
||||
{
|
||||
switch (this->type) {
|
||||
case Type::Custom:
|
||||
|
||||
@@ -12,7 +12,7 @@ struct MessageColor {
|
||||
MessageColor(const QColor &color);
|
||||
MessageColor(Type type = Text);
|
||||
|
||||
const QColor &getColor(ThemeManager &themeManager) const;
|
||||
const QColor &getColor(Themes &themeManager) const;
|
||||
|
||||
private:
|
||||
Type type;
|
||||
|
||||
Reference in New Issue
Block a user