mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 13:11:25 -07:00
Improve coding style
This commit is contained in:
parent
acad35c5bc
commit
c41df9ffbd
147 changed files with 4454 additions and 2227 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue