diff src/gui/dialog/information.cpp @ 77:6f7385bd334c

*: update formatted all source files, no more subclassing QThread... many other changes :)
author Paper <mrpapersonic@gmail.com>
date Fri, 06 Oct 2023 06:18:53 -0400
parents 3364fadc8a36
children
line wrap: on
line diff
--- a/src/gui/dialog/information.cpp	Wed Oct 04 01:46:33 2023 -0400
+++ b/src/gui/dialog/information.cpp	Fri Oct 06 06:18:53 2023 -0400
@@ -235,7 +235,7 @@
 		CREATE_FULL_WIDTH_SUBSECTION({
 			subsection_layout->addWidget(new QLabel(tr("Alternative titles:"), subsection));
 
-			QLineEdit* line_edit = new QLineEdit(Strings::ToQString(anime.GetUserNotes()), subsection);
+			QLineEdit* line_edit = new QLineEdit("", subsection);
 			line_edit->setPlaceholderText(
 			    tr("Enter alternative titles here, separated by a semicolon (i.e. Title 1; Title 2)"));
 			subsection_layout->addWidget(line_edit);