Mior: removed debug output
This commit is contained in:
parent
7712803ad6
commit
927b488582
@ -50,12 +50,11 @@
|
|||||||
#define UPDATE_DOWNLOAD_JSON_START (91)
|
#define UPDATE_DOWNLOAD_JSON_START (91)
|
||||||
#define UPDATE_DOWNLOAD_JSON_END (100)
|
#define UPDATE_DOWNLOAD_JSON_END (100)
|
||||||
|
|
||||||
|
|
||||||
void MainWindow::onFileChanged(QString const& /*f*/) {
|
void MainWindow::onFileChanged(QString const& /*f*/) {
|
||||||
static int i = 30;
|
static int i = 30;
|
||||||
ui->updateProgress->setValue(++i);
|
ui->updateProgress->setValue(++i);
|
||||||
|
|
||||||
qCritical() << QDateTime::currentDateTime().toString(Qt::ISODate) << "YYYYYYYYYYYYYYYYYY file changed" << i;
|
|
||||||
|
|
||||||
// TODO: daten an ISMAS senden
|
// TODO: daten an ISMAS senden
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user