Skip to content

Commit

Permalink
Merge branch '277-misleading_indentation' into compile_with_qtcreator
Browse files Browse the repository at this point in the history
Closes #277
  • Loading branch information
szszszsz committed Oct 9, 2017
2 parents 72cb3aa + 4c06af1 commit 7b4cbbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/GUI/StorageActions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ void StorageActions::on_StorageStatusChanged() {
if (!libada::i()->isStorageDeviceConnected())
return;

new ThreadWorker(
new ThreadWorker(
[]() -> Data {
bool interrupt = QThread::currentThread()->isInterruptionRequested();
static bool first_run = true;
Expand All @@ -646,7 +646,6 @@ void StorageActions::on_StorageStatusChanged() {
HiddenVolumeActive = data["hidden_active"].toBool();
emit storageStatusUpdated();
}, this, "update storage status");

}

void StorageActions::set_start_progress_window(std::function<void(QString)> _start_progress_function) {
Expand Down

0 comments on commit 7b4cbbf

Please sign in to comment.