forked from qt-creator/qt-creator
Drop Qt5: Various plugins: Get rid of QOverload
Change-Id: I4913044f8897fd3449dbb537e4af6785eb3ad447 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -95,7 +95,7 @@ BookmarkDialog::BookmarkDialog(BookmarkManager *manager, const QString &title,
|
||||
&QStandardItemModel::itemChanged,
|
||||
this, &BookmarkDialog::itemChanged);
|
||||
|
||||
connect(ui.bookmarkFolders, QOverload<int>::of(&QComboBox::currentIndexChanged),
|
||||
connect(ui.bookmarkFolders, &QComboBox::currentIndexChanged,
|
||||
this, &BookmarkDialog::selectBookmarkFolder);
|
||||
|
||||
connect(ui.treeView, &TreeView::customContextMenuRequested,
|
||||
|
||||
Reference in New Issue
Block a user