Inkscape::UI::Dialog::PanelDialogBase .cpp file

Asked by Codain

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.

Can I propose to break this file in a .cpp and a .h file for clarity and compilation optimisation?

Question information

Language:
English Edit question
Status:
Solved
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Solved by:
su_v
Solved:
Last query:
Last reply:
Revision history for this message
Best su_v (suv-lp) said :
#1

You might get more (and more qualified) answers to such coding-specific questions when asking on the 'inkscape-devel' mailing list:
<https://lists.sourceforge.net/lists/listinfo/inkscape-devel>

Searchable archive:
<http://news.gmane.org/gmane.comp.graphics.inkscape.devel>
<http://search.gmane.org/form.php?group=gmane.comp.graphics.inkscape.*&sort=date>

Revision history for this message
Codain (codain) said :
#2

Thanks ~suv, that solved my question.