mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
blacklib folder reorganisation
This commit is contained in:
15
src/blackmisc/message.cpp
Normal file
15
src/blackmisc/message.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "blackmisc/message.h"
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
IMessage::IMessage(QString& id)
|
||||
{
|
||||
m_message_id = id;
|
||||
}
|
||||
|
||||
QString IMessage::getID() const
|
||||
{
|
||||
return m_message_id;
|
||||
}
|
||||
|
||||
} // namespace BlackMisc
|
||||
Reference in New Issue
Block a user