lxqt / libqtxdg

Qt implementation of freedesktop.org xdg specs
https://lxqt.github.io
GNU Lesser General Public License v2.1
72 stars 35 forks source link

Adds Qt Strings abbreviations macros #160

Closed luis-pereira closed 6 years ago

luis-pereira commented 6 years ago
It reduces the clutter. Ex: instead of writing:
```if (node.hasAttribute(QStringLiteral("http-contents-length")))```
just write:
```if (node.hasAttribute(QSL("http-contents-length")))```
agaida commented 6 years ago

GTM

tsujan commented 6 years ago

GTM