mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 21:37:57 +03:00
7 lines
112 B
C++
7 lines
112 B
C++
![]() |
#include "textslotmsgbox.hpp"
|
||
|
|
||
|
void TextSlotMsgBox::setTextSlot(const QString& string)
|
||
|
{
|
||
|
setText(string);
|
||
|
}
|