openmw/apps/launcher/textslotmsgbox.cpp
2013-10-17 16:37:22 +02:00

6 lines
112 B
C++

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