-
Notifications
You must be signed in to change notification settings - Fork 559
Ensure tags are not duplicates during bookmark load #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Is it ok to add such refactors, or should I create separate MR? (I would do it for bigger ones for sure). |
I think, it is better to switch to using shared pointers instead of raw pointers for taginfo. It solves tag corruption when Gqrx is built with Qt6. Take a look at this PR #1145 |
Could you open an issue and provide exact steps to reproduce tag duplication bug? |
Sure #1145 can be solved first, I does not mind to rebase. |
Duplicates can be introduced in several ways. User can add duplicate tag now, but it seems tath past and current GQRX contains some bugs related to bookmarks/tags and the saved content is sometimes crappy.
afcb3fd
to
70c38d4
Compare
Duplicates can be introduced in several ways. User can add duplicate
tag now, but it seems tath past and current GQRX contains some bugs
related to bookmarks/tags and the saved content is sometimes crappy.