From bcfd398d1d3b0741646ab24a059f07d99487c457 Mon Sep 17 00:00:00 2001 From: mrexodia Date: Fri, 31 Mar 2017 02:16:41 +0200 Subject: [PATCH] updated Windows submodule --- iaito_win32 | 2 +- src/widgets/sidebar.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iaito_win32 b/iaito_win32 index 30dd86c1..67f5cc71 160000 --- a/iaito_win32 +++ b/iaito_win32 @@ -1 +1 @@ -Subproject commit 30dd86c1d73d25a56f4a01ec23de3dd3d1f6c4cc +Subproject commit 67f5cc7119faddf1eac5dab6e4f4b7639d6a0a85 diff --git a/src/widgets/sidebar.cpp b/src/widgets/sidebar.cpp index 5190f603..0ad1fd32 100644 --- a/src/widgets/sidebar.cpp +++ b/src/widgets/sidebar.cpp @@ -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"); }