#ifndef AUTOTESTS_UKUI_SHORTCUT_STUB_QX11INFO
#define AUTOTESTS_UKUI_SHORTCUT_STUB_QX11INFO

class QX11Info
{
public:
    static bool isPlatformX11()
    {
        return true;
    }
};

#endif
