Core: Fix MSVC compiler warning about strdup
Fix
warning: C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup.
By just using qstrdup.
Change-Id: I40664b6ed763b27951d983ec13dcc638270a1beb
Reviewed-by:
hjk <qthjk@ovi.com>
Please register or sign in to comment