mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 12:34:37 -04:00
Clazy: Use fixits to refactor some old style signal connections
This commit is contained in:
@ -125,7 +125,7 @@ EmptyFolderWidget::EmptyFolderWidget(QWidget *parent)
|
||||
|
||||
setAcceptDrops(true);
|
||||
|
||||
connect(foldersView, SIGNAL(clicked(QModelIndex)), this, SLOT(onItemClicked(QModelIndex)));
|
||||
connect(foldersView, &QAbstractItemView::clicked, this, &EmptyFolderWidget::onItemClicked);
|
||||
}
|
||||
|
||||
void EmptyFolderWidget::setSubfolders(const QModelIndex &mi, const QStringList &foldersNames)
|
||||
|
Reference in New Issue
Block a user