We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ae62b commit 24be60eCopy full SHA for 24be60e
src/resultviewer.cpp
@@ -410,7 +410,8 @@ void ResultViewer::deleteContestant() {
410
411
void ResultViewer::detailInformation() {
412
QList<QTableWidgetSelectionRange> selectionRange = selectedRanges();
413
- if (selectionRange.size() == 0) return;
+ if (selectionRange.size() == 0)
414
+ return;
415
int index = selectionRange[0].topRow();
416
auto *dialog = new DetailDialog(this);
417
dialog->setModal(true);
0 commit comments