#include "textslotmsgbox.hpp"

void TextSlotMsgBox::setTextSlot(const QString& string)
{
    setText(string);
}