implement \r to default json of ExtScripts

some refactoring
bump ApiVer of ExtQuotes
update changelog
This commit is contained in:
arcan1s
2015-05-31 02:57:43 +03:00
parent f534a6854a
commit f96b3fcb07
13 changed files with 25 additions and 27 deletions

View File

@ -36,7 +36,7 @@ public:
QTimer::singleShot(timeout, this, SLOT(timeout()));
}
private slots:
public slots:
void timeout()
{
QNetworkReply *reply = static_cast<QNetworkReply *>(parent());