hello all,

i am using QDesktopServices to get open image files.
Image files got open on my PC but unable to open it on other's PC.

Qt Code:
  1. QDesktopServices::openUrl(QUrl::fromLocalFile(QString(
  2. filePath
  3. )
  4. )
  5. );
To copy to clipboard, switch view to plain text mode 
filePath is normal file path with native seperators:
"C:/a.jpg"

please help if you have any idea about that.