mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Fixed startup initialization sequence: interim state #1
This commit is contained in:
@@ -38,3 +38,8 @@ int MessageQueue::countPending()
|
||||
|
||||
return m_queue.size();
|
||||
}
|
||||
|
||||
void MessageQueue::clear()
|
||||
{
|
||||
m_queue.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user