1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 12:49:54 +00:00
openmw-tes3mp/apps/launcher/textslotmsgbox.cpp
2013-10-25 11:17:26 -05:00

6 lines
122 B
C++

#include "textslotmsgbox.hpp"
void Launcher::TextSlotMsgBox::setTextSlot(const QString& string)
{
setText(string);
}