Merge with develop
--HG-- branch : compatibility-develop
This commit is contained in:
commit
d68dbdef7a
1 changed files with 2 additions and 2 deletions
|
@ -286,9 +286,9 @@ QString appendLinkExtension(const QString &link)
|
||||||
{
|
{
|
||||||
QString extension;
|
QString extension;
|
||||||
|
|
||||||
#ifdef Q_OS_WIN32
|
#if defined(Q_OS_WIN32)
|
||||||
extension = ".lnk";
|
extension = ".lnk";
|
||||||
#elif Q_OS_MAC
|
#elif defined(Q_OS_MAC)
|
||||||
// TODO
|
// TODO
|
||||||
#else
|
#else
|
||||||
extension = ".desktop";
|
extension = ".desktop";
|
||||||
|
|
Loading…
Reference in a new issue