mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +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),
|
||||
main(main)
|
||||
{
|
||||
setObjectName("SectionsWidget");
|
||||
setWindowTitle(QStringLiteral("Sections"));
|
||||
|
||||
sectionsTable = new QTreeView;
|
||||
|
Loading…
Reference in New Issue
Block a user