mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-29 12:20:41 +00:00
7 lines
112 B
C++
7 lines
112 B
C++
#include "textslotmsgbox.hpp"
|
|
|
|
void TextSlotMsgBox::setTextSlot(const QString& string)
|
|
{
|
|
setText(string);
|
|
}
|