Ubuntu Pastebin

Paste from daker at Wed, 22 Feb 2017 11:59:02 +0000

Download as text
1
2
3
4
5
if (QGuiApplication::layoutDirection() == Qt::RightToLeft) {
    QImage image = lookupIcon(name + "-rtl", impsize, size);
    if (!image.isNull())
        return image;
}
Download as text