1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00
OpenMW/apps/launcher/text_slot_msg_box.cpp
2013-08-19 20:19:01 +01:00

7 lines
115 B
C++

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