added background color to the accountswitchwidget

This commit is contained in:
fourtf
2018-01-17 02:22:57 +01:00
parent 1fe7e652b1
commit e1ff4c818e
6 changed files with 19 additions and 11 deletions
+5 -5
View File
@@ -29,10 +29,10 @@ bool Message::hasFlags(MessageFlags _flags) const
return this->flags & _flags;
}
void Message::setFlags(MessageFlags _flags)
{
this->flags = flags;
}
// void Message::setFlags(MessageFlags _flags)
//{
// this->flags = flags;
//}
void Message::addFlags(MessageFlags _flags)
{
@@ -77,7 +77,7 @@ const QString &Message::getSearchText() const
// _content += word.getCopyText();
// first = false;
// }
// }
// this->searchText = _content;
// }