1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +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);
}