generic: remove redundant quotes in kcfgc files

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2020-01-04 14:36:20 +00:00
parent 18f1ffa683
commit 3f6563121b
2 changed files with 2 additions and 2 deletions

View file

@ -3,5 +3,5 @@ ClassName=ArkSettings
Singleton=true
Mutators=true
SetUserTexts=true
IncludeFiles=\"kerfuffle/kerfuffle_export.h\"
IncludeFiles=kerfuffle/kerfuffle_export.h
Visibility=KERFUFFLE_EXPORT

View file

@ -3,6 +3,6 @@ ClassName=Config
Singleton=true
Mutators=true
Visibility=LIBPARTITIONMANAGERPRIVATE_EXPORT
IncludeFiles=\"util/libpartitionmanagerexport.h\"
IncludeFiles=util/libpartitionmanagerexport.h
ItemAccessors=true
SetUserTexts=true