https://bugs.kde.org/show_bug.cgi?id=523414
Bug ID: 523414
Summary: Build failure with latest commit (templateselector.cpp
Classification: Applications
Product: digikam
Version First 9.2.0
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Hello,
The compilation of the git version of digiKam is currently failing.
Here is the exact error message returned by the compiler:
error: ‘void Digikam::SqueezedComboBox::insertSeparator(int)’ is private within
this context
115 | d->templateCombo->insertSeparator(DONTCHANGE + 1);
The faulty file seems to be core/libs/widgets/combo/squeezedcombobox.h around
line 156.
Just wanted to let you know. Thanks for your great work!
log : pascalou@pascalou-ThinkStation-S30:~$ grep -B 20 "insertSeparator"
/home/pascalou/kde/log/2026-07-23_02/digikam/build.log
# kde-builder running: 'ninja' '-j' '16'
---------
/home/pascalou/kde/src/digikam/core/libs/template/templateselector.cpp: Dans la
fonction membre « void Digikam::TemplateSelector::populateTemplates() »:
/home/pascalou/kde/src/digikam/core/libs/template/templateselector.cpp:115:38:
erreur: « void Digikam::SqueezedComboBox::insertSeparator(int) » est privé dans
ce contexte
115 | d->templateCombo->insertSeparator(DONTCHANGE + 1);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
Dans le fichier inclus depuis
/home/pascalou/kde/src/digikam/core/libs/template/templateselector.cpp:35:
/home/pascalou/kde/src/digikam/core/libs/widgets/combo/squeezedcombobox.h:156:13:
note: déclaré privé ici
156 | void insertSeparator(int index);
SOFTWARE/OS VERSIONS
Operating System (available in the Info Center app, or by running `kinfo` in a
terminal window):
KDE Frameworks Version: 6.29
Qt Version: 6.10.1
linux mint 22.3
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.