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