mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-20 08:53:52 +00:00
6 lines
112 B
C++
6 lines
112 B
C++
#include "textslotmsgbox.hpp"
|
|
|
|
void TextSlotMsgBox::setTextSlot(const QString& string)
|
|
{
|
|
setText(string);
|
|
}
|