Add objectName to Sections widget

This commit is contained in:
fcasal 2018-09-01 14:32:48 +01:00 committed by Florian Märkl
parent ef0cb8074e
commit 590f9fb7b9

View File

@ -137,6 +137,7 @@ SectionsWidget::SectionsWidget(MainWindow *main, QAction *action) :
CutterDockWidget(main, action), CutterDockWidget(main, action),
main(main) main(main)
{ {
setObjectName("SectionsWidget");
setWindowTitle(QStringLiteral("Sections")); setWindowTitle(QStringLiteral("Sections"));
sectionsTable = new QTreeView; sectionsTable = new QTreeView;