adopted ChangeLog. Fixed a minor issue in PTextEdit. Adopted ctests for the new NeXus handling.

This commit is contained in:
2026-02-21 15:32:03 +01:00
parent 17fcaa7c69
commit 403aa07993
11 changed files with 63 additions and 54 deletions
+2 -1
View File
@@ -3570,7 +3570,8 @@ bool PTextEdit::getTheme()
bool done = false;
if (QFile::exists(str)) {
QFile fln(str);
fln.open(QIODevice::ReadOnly | QIODevice::Text);
if (!fln.open(QIODevice::ReadOnly | QIODevice::Text))
return false;
QTextStream fin(&fln);
QString line("");
while (!fin.atEnd() && !done) {