From 2046482a7793a77422593838e693073cf6d522c1 Mon Sep 17 00:00:00 2001 From: WS <2422523675@qq.com> Date: Sat, 14 Aug 2021 23:38:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mainwindow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.h b/mainwindow.h index 8248ced..6f25ceb 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -51,5 +51,6 @@ private: QStandardItemModel* const items_list; void init_groups_list(QStandardItemModel* model); + void init_items_present(const QModelIndex& index); }; #endif // MAINWINDOW_H