1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-28 00:15:06 +00:00
OpenMW/apps/launcher/textslotmsgbox.cpp
2013-10-25 11:17:26 -05:00

7 lines
122 B
C++

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