lib/clevic/qt/clipboard.rb in clevic-0.13.0.b3 vs lib/clevic/qt/clipboard.rb in clevic-0.13.0.b5
- old
+ new
@@ -22,12 +22,12 @@
def html?
system.mime_data.has_html
end
- # TODO figure out why Qt never has anything other than text
- # could be because the event loop isn't running when testing
- # from irb
+ # TODO figure out why Qt never has anything other than text.
+ # Could be because the event loop isn't running when testing
+ # from irb.
def html
system.mime_data.html
end
end