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

7 lines
122 B
C++
Raw Normal View History

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