forked from teamnwah/openmw-tes3coop
6 lines
112 B
C++
6 lines
112 B
C++
#include "textslotmsgbox.hpp"
|
|
|
|
void TextSlotMsgBox::setTextSlot(const QString& string)
|
|
{
|
|
setText(string);
|
|
}
|