On Tue, Aug 28, 2012 at 10:56 AM, Christian Kandeler <
[email protected]> wrote:

>      QStringList rc(QLatin1String(".svn"));
>      if (Utils::HostOsInfo::isWindowsHost())
>          rc.push_back(QLatin1String("_svn"));
>      return rc;
>

Please tell us that this method is static and the compiler knows how to
optimize it at compilation time and not in runtime.
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to