diff options
author | Ahmad Samir <a.samirh78@gmail.com> | 2021-02-22 17:38:09 +0200 |
---|---|---|
committer | Ahmad Samir <a.samirh78@gmail.com> | 2021-02-22 17:38:09 +0200 |
commit | 8bed00ab34e31f2b9c70026d418d923913325798 (patch) | |
tree | f289c15575415a36bc19c047a2037998e9b11ce8 /src/kconf_update/kconfigutils.h | |
parent | 186755fd56b58dc97250846c5305ef89f9487f86 (diff) | |
download | kconfig-8bed00ab34e31f2b9c70026d418d923913325798.tar.gz kconfig-8bed00ab34e31f2b9c70026d418d923913325798.tar.bz2 |
Run clang-format on all cpp/h files
NO_CHANGELOG
Diffstat (limited to 'src/kconf_update/kconfigutils.h')
-rw-r--r-- | src/kconf_update/kconfigutils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kconf_update/kconfigutils.h b/src/kconf_update/kconfigutils.h index 5b07c4fe..9a74d412 100644 --- a/src/kconf_update/kconfigutils.h +++ b/src/kconf_update/kconfigutils.h @@ -18,7 +18,6 @@ class KConfigGroup; namespace KConfigUtils { - bool hasGroup(KConfig *, const QStringList &); KConfigGroup openGroup(KConfig *, const QStringList &); |