1
0
mirror of https://github.com/altlinux/admc.git synced 2025-02-13 05:57:40 +03:00

don't save objects in query tree data

closes #300
This commit is contained in:
Dmitry Degtyarev 2021-09-30 12:08:03 +04:00
parent 432383ffb4
commit aa92c66e35

View File

@ -305,7 +305,7 @@ void console_query_tree_save(ConsoleWidget *console) {
folder_list[path] = data;
}
} else {
} else if (type == ItemType_QueryItem) {
const QHash<QString, QVariant> data = console_query_item_save_hash(index);
item_list[path] = data;