those function more often use const references...
for const references you can just pass the (temporary) value:
Qt Code:To copy to clipboard, switch view to plain text mode
You can't do that for non-const references, though.
HTH
those function more often use const references...
for const references you can just pass the (temporary) value:
Qt Code:To copy to clipboard, switch view to plain text mode
You can't do that for non-const references, though.
HTH
Bookmarks