Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Print error when qt process fails to start
Browse files Browse the repository at this point in the history
neuro-sys committed Mar 17, 2019

Verified

This commit was signed with the committer’s verified signature.
vuule Vukasin Milovanovic
1 parent 56d5d9b commit aa617ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tumblr-downloader-gui/tumblrdownloaderworker.cpp
Original file line number Diff line number Diff line change
@@ -60,6 +60,7 @@ void TumblrDownloaderWorker::run()
process->start(targetFilePath);
if (!process->waitForReadyRead()) {
emit emitImageURL("The process did not start successfully.");
emit emitImageURL("Error: " + process->errorString());
}

char buf[1024];

0 comments on commit aa617ab

Please sign in to comment.