#include "textslotmsgbox.hpp"

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