mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[qofbook.cpp] deprecate qof_book_get_features
This commit is contained in:
parent
8192deff37
commit
093aa81ed1
@ -1228,6 +1228,8 @@ qof_book_get_features (QofBook *book)
|
||||
GHashTable *features = g_hash_table_new_full (g_str_hash, g_str_equal,
|
||||
NULL, g_free);
|
||||
|
||||
PWARN ("qof_book_get_features is now deprecated.");
|
||||
|
||||
auto slot = frame->get_slot({GNC_FEATURES});
|
||||
if (slot != nullptr)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user