We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3daba5f commit 6640862Copy full SHA for 6640862
1 file changed
gui/resultsview.cpp
@@ -518,6 +518,7 @@ void ResultsView::logCopyComplete()
518
const QListWidgetItem * item = mUI->mListLog->item(i);
519
if (nullptr != item) {
520
logText += item->text();
521
+ logText += "\n";
522
}
523
524
QClipboard *clipboard = QApplication::clipboard();
0 commit comments