SparrowBot/prompt.cpp
2015-05-21 15:26:18 +02:00

9 lines
139 B
C++

#include "prompt.h"
void Prompt::confirmationPerformed()
{
QString str = text();
clear();
emit sendMsg(str.append("\r\n"));
}