mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Remove workarounds for fixed bugs
This commit is contained in:
@@ -384,7 +384,6 @@ namespace BlackMisc
|
||||
//! If the value is currently being loaded, wait for it to finish loading, and call the notification slot, if any.
|
||||
void synchronize()
|
||||
{
|
||||
// does not compile on gcc without "this" -> this->m_page
|
||||
auto *queue = this->m_page->template findChild<Private::CDataPageQueue *>();
|
||||
Q_ASSERT(queue);
|
||||
this->admit();
|
||||
|
||||
Reference in New Issue
Block a user