updated Windows submodule

This commit is contained in:
mrexodia 2017-03-31 02:16:41 +02:00
parent 09598dec33
commit bcfd398d1d
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 30dd86c1d73d25a56f4a01ec23de3dd3d1f6c4cc
Subproject commit 67f5cc7119faddf1eac5dab6e4f4b7639d6a0a85

View File

@ -49,7 +49,7 @@ void SideBar::on_webServerButton_clicked()
// Start web server
thread.core = this->main->core;
thread.start();
sleep (1);
QThread::sleep (1);
if (this->main->core->core->http_up==R_FALSE) {
eprintf ("FAILED TO LAUNCH\n");
}