Move the private code into a private/ folder
It's nice to have a similar include hierarchy at build time and install time. It also makes things more explicit
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <kddockwidgets/FrameworkWidgetFactory.h>
|
||||
#include <kddockwidgets/TitleBar_p.h>
|
||||
#include <kddockwidgets/private/TitleBar_p.h>
|
||||
#include <QPainter>
|
||||
|
||||
class CustomWidgetFactory : public KDDockWidgets::DefaultWidgetFactory
|
||||
|
||||
Reference in New Issue
Block a user