SparrowBot/ircbot/prompt.cpp
2015-05-29 23:08:04 +02:00

9 lines
139 B
C++

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