-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add copy comment functionality to the torrent list's context menu #19846
Conversation
torrentComments << torrent->comment(); | ||
} | ||
|
||
qApp->clipboard()->setText(torrentComments.join(u"\n---------\n"_s)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment can span multiple lines and even contain empty lines. Is something like this acceptable or even desirable to differentiate comments from each other?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets use it until someone has a better idea.
9b22bf6
to
f45e902
Compare
f45e902
to
1ae9b0e
Compare
Tested 👍 |
@thalieht |
@glassez, can be backported to 4.6.x? |
@Chocobo1, ?? |
@Chocobo1, Is it possible to do a backport of this PR? |
Closes #18890.