87 QString groupingConfigKey,
92 std::move(groupingConfigKey));
96 setIcon(CResMgr::mainWindow::icon_openAction());
99 auto slotModelChanged =
107 BT_CONNECT(filterModel, &BtBookshelfFilterModel::layoutChanged,
109 BT_CONNECT(filterModel, &BtBookshelfFilterModel::modelReset,
111 BT_CONNECT(filterModel, &BtBookshelfFilterModel::rowsInserted,
113 BT_CONNECT(filterModel, &BtBookshelfFilterModel::rowsRemoved,
114 std::move(slotModelChanged));