mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Improve coding style
This commit is contained in:
@@ -126,7 +126,8 @@ QVariantHash Article::data() const
|
||||
|
||||
void Article::markAsRead()
|
||||
{
|
||||
if (!m_isRead) {
|
||||
if (!m_isRead)
|
||||
{
|
||||
m_isRead = true;
|
||||
m_data[KeyIsRead] = m_isRead;
|
||||
emit read(this);
|
||||
|
||||
Reference in New Issue
Block a user