1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 16:49:55 +00:00
openmw-tes3mp/apps/launcher/text_slot_msg_box.cpp

7 lines
115 B
C++
Raw Normal View History

2013-08-17 21:56:50 +00:00
#include "text_slot_msg_box.hpp"
void TextSlotMsgBox::setTextSlot(const QString& string)
{
setText(string);
}