mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-22 10:09:41 +00:00
6 lines
115 B
C++
6 lines
115 B
C++
#include "text_slot_msg_box.hpp"
|
|
|
|
void TextSlotMsgBox::setTextSlot(const QString& string)
|
|
{
|
|
setText(string);
|
|
}
|