Fix build issue in newsblur when compiling with GCC 11.2 (#648)
GCC thinks the assignment is ambiguous
This commit is contained in:
parent
14f8f3bcce
commit
9e99e7162d
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ void NewsBlurNetwork::setBatchSize(int batch_size) {
|
|||
}
|
||||
|
||||
void NewsBlurNetwork::clearCredentials() {
|
||||
m_authSid = {};
|
||||
m_authSid = QString{};
|
||||
m_userId = {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue