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