mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-04 19:27:33 +01:00
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() {
|
||||
m_authSid = {};
|
||||
m_authSid = QString{};
|
||||
m_userId = {};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user