mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 21:19:57 +00:00
6 lines
122 B
C++
6 lines
122 B
C++
#include "textslotmsgbox.hpp"
|
|
|
|
void Launcher::TextSlotMsgBox::setTextSlot(const QString& string)
|
|
{
|
|
setText(string);
|
|
}
|