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