Fix issues with badly encoded escape sequences in config files.
This commit is contained in:
		| @@ -38,5 +38,6 @@ EditNotesDialog::~EditNotesDialog() | ||||
|  | ||||
| QString EditNotesDialog::getText() | ||||
| { | ||||
| 	return ui->noteEditor->toPlainText(); | ||||
| 	QString test = ui->noteEditor->toPlainText(); | ||||
| 	return test; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user