Ok, I figured it out...
Qt Code:
long result = (long)ShellExecute(0, 0, reinterpret_cast<const WCHAR*>(pathDocument.utf16()), 0, 0, SW_NORMAL);To copy to clipboard, switch view to plain text mode
Ok, I figured it out...
Qt Code:
long result = (long)ShellExecute(0, 0, reinterpret_cast<const WCHAR*>(pathDocument.utf16()), 0, 0, SW_NORMAL);To copy to clipboard, switch view to plain text mode
Bookmarks