Commit cbe150c9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: save recents on quit()

parent 7d14a7c7
......@@ -74,6 +74,7 @@ RecentsMRL::RecentsMRL( intf_thread_t *_p_intf ) : p_intf( _p_intf )
RecentsMRL::~RecentsMRL()
{
save();
delete filter;
delete stack;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment