Platform/PlatformApplication: define getMessageQueue() here as it is not platform specific.
This commit is contained in:
parent
4380f1ed01
commit
2ac3b5b8cc
6 changed files with 12 additions and 18 deletions
|
|
@ -19,4 +19,9 @@ PlatformApplication* PlatformApplication::get()
|
|||
return &inst;
|
||||
}
|
||||
|
||||
MessageQueue& PlatformApplication::getMessageQueue()
|
||||
{
|
||||
return m_messageQueue;
|
||||
}
|
||||
|
||||
} // namespace sp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue