mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
7 lines
115 B
C++
7 lines
115 B
C++
#include "text_slot_msg_box.hpp"
|
|
|
|
void TextSlotMsgBox::setTextSlot(const QString& string)
|
|
{
|
|
setText(string);
|
|
}
|