[multimedia/kdenlive] /: [qmllint] Switch Quick.UnqualifiedAccess from warning to error
Julius Künzel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 11f33a8194bea7fbe2f4c73c13df3ab120bc8752 by Julius Künzel. Committed on 03/08/2026 at 21:27. Pushed by jlskuz into branch 'master'. [qmllint] Switch Quick.UnqualifiedAccess from warning to error M +1 -1 .qmllint.ini https://invent.kde.org/multimedia/kdenlive/-/commit/11f33a8194bea7fbe2f4c73c13df3ab120bc8752 diff --git a/.qmllint.ini b/.qmllint.ini index 2eb28ae4e4..1dd23a2f20 100644 --- a/.qmllint.ini +++ b/.qmllint.ini @@ -69,7 +69,7 @@ TopLevelComponent=error TranslationFunctionMismatch=error UncreatableType=error UnintentionalEmptyBlock=error -UnqualifiedAccess=warning +UnqualifiedAccess=error UnreachableCode=error UnresolvedAlias=error UnresolvedType=error