From b1d9b213a1110a965ba84bb779d65419c20bdec8 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 12 Aug 2026 19:14:12 +0000 Subject: [PATCH] Qt4: drop clearButtonEnabled property from NewProfileDialog.ui QLineEdit::clearButtonEnabled was added in Qt 5.2; Qt4's uic still mechanically emits the setClearButtonEnabled() call for it (uic doesn't validate a .ui property against what the target Qt version's widget actually supports), which then fails to compile since Qt4's QLineEdit has no such method. Purely cosmetic (an inline clear button in the field), so just drop it -- checked every other .ui file's properties and widget classes for the same class of issue; nothing else looked newer than Qt 4.4-4.7, well under this project's Qt 4.8 minimum. --- src/dialog/NewProfileDialog.ui | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/dialog/NewProfileDialog.ui b/src/dialog/NewProfileDialog.ui index 4ad6bce..b54cf9a 100644 --- a/src/dialog/NewProfileDialog.ui +++ b/src/dialog/NewProfileDialog.ui @@ -71,9 +71,6 @@ https://my_server[:443]/[usergroup] - - true - -- 2.43.0