Skip to content

Commit

Permalink
Fix a debug error w.r.t. Qt debug messages
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   src/Runnables/main.cpp
  • Loading branch information
franziska-wegner committed Dec 5, 2023
1 parent 1167dbe commit 14df437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runnables/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ int main(int argc, char *argv[]) {
auto outputType = parser.value("outputType").toUpper();

#ifndef NDEBUG
qDebug() << endl;
qDebug() << Qt::endl;
qDebug() << "\tInputFile :" << inputFile;
qDebug() << "\tOutputDir :" << outputDir;
qDebug() << "\tAlgorithm :" << algorithm;
Expand Down

0 comments on commit 14df437

Please sign in to comment.