* more correct sizes in the configuration interface

* remove additional debug information
* increase limits for extscripts intervals to 10000 (fix #48)
This commit is contained in:
arcan1s
2015-05-06 00:31:37 +03:00
parent 15d88ee3ba
commit 7f4dfe1060
9 changed files with 12 additions and 10 deletions

View File

@ -192,7 +192,6 @@ QMap<QString, float> ExtQuotes::run()
if (debug) qDebug() << PDEBUG;
if (!m_active) return values;
qDebug() << PDEBUG << times;
if (times == 1) {
if (debug) qDebug() << PDEBUG << ":" << "Send request";
QNetworkAccessManager *manager = new QNetworkAccessManager(this);