mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-23 20:48:16 -04:00
7 lines
122 B
C++
7 lines
122 B
C++
#include "textslotmsgbox.hpp"
|
|
|
|
void Launcher::TextSlotMsgBox::setTextSlot(const QString& string)
|
|
{
|
|
setText(string);
|
|
}
|