| | |
| | | #endif |
| | | } |
| | | |
| | | QtWindowContext::QtWindowContext(QWindow *window, WindowItemDelegate *delegate) |
| | | : AbstractWindowContext(window, delegate) { |
| | | QtWindowContext::QtWindowContext() : AbstractWindowContext() { |
| | | } |
| | | |
| | | QtWindowContext::~QtWindowContext() { |
| | | } |
| | | |
| | | bool QtWindowContext::setup() { |
| | | return false; |
| | | QString QtWindowContext::key() const { |
| | | return QStringLiteral("qt"); |
| | | } |
| | | |
| | | bool QtWindowContext::eventFilter(QObject *obj, QEvent *event) { |
| | | return AbstractWindowContext::eventFilter(obj, event); |
| | | void QtWindowContext::virtual_hook(int id, void *data) { |
| | | } |
| | | |
| | | bool QtWindowContext::setupHost() { |
| | | return true; |
| | | } |
| | | |
| | | } |