mirror of https://github.com/Nheko-Reborn/nheko
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
486 B
23 lines
486 B
[General]
|
|
AdditionalQmlImportPaths=
|
|
DisableDefaultImports=false
|
|
OverwriteImportTypes=
|
|
ResourcePath=
|
|
|
|
[Warnings]
|
|
AttachedPropertyReuse=disable
|
|
BadSignalHandler=warning
|
|
CompilerWarnings=disable
|
|
ControlsSanity=disable
|
|
DeferredPropertyId=warning
|
|
Deprecated=warning
|
|
ImportFailure=warning
|
|
InheritanceCycle=warning
|
|
MultilineStrings=info
|
|
PropertyAlias=warning
|
|
RequiredProperty=warning
|
|
TypeError=warning
|
|
UnknownProperty=warning
|
|
UnqualifiedAccess=disable
|
|
UnusedImports=info
|
|
WithStatement=warning
|
|
|