How can i convert NSString to QString? Or, better NSUrl to QUrl or QString
I found inline function qt_mac_NSStringToQString, but i can't use it because headers are private and not installed on Mac by default. Besides, they use inncludes in form of "header.h" (#include <qapplication.h>) which are not seen to compiler too.