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
@ -203,7 +203,7 @@ void NewsBlurNetwork::setBatchSize(int batch_size) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void NewsBlurNetwork::clearCredentials() {
|
void NewsBlurNetwork::clearCredentials() {
|
||||||
m_authSid = {};
|
m_authSid = QString{};
|
||||||
m_userId = {};
|
m_userId = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user