mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
Add objectName to Sections widget
This commit is contained in:
parent
ef0cb8074e
commit
590f9fb7b9
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user