1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-22 10:09:41 +00:00
openmw/apps/launcher/text_slot_msg_box.cpp
2013-08-19 20:19:01 +01:00

6 lines
115 B
C++

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