Is it normal that the file src/ui/dialog/panel-dialog.h
does not have a .cpp? This file contains prototypes and source
code of all functions of the class Inkscape::UI::Dialog::PanelDialogBase.
For clarity and compilation optimisation, would it be better to
break it in a .cpp and .h files ?
Thanks,