1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-15 22:49:48 +00:00
OpenMW/apps/launcher/textslotmsgbox.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
122 B
C++
Raw Normal View History

2013-08-18 11:11:39 +00:00
#include "textslotmsgbox.hpp"
2013-08-17 21:56:50 +00:00
2013-10-25 16:17:26 +00:00
void Launcher::TextSlotMsgBox::setTextSlot(const QString& string)
2013-08-17 21:56:50 +00:00
{
setText(string);
}