src/core/contexts/qtwindowcontext.cpp
@@ -40,14 +40,16 @@ #endif } QtWindowContext::QtWindowContext(QWindow *window, WindowItemDelegate *delegate) : AbstractWindowContext(window, delegate) { QtWindowContext::QtWindowContext() : AbstractWindowContext() { } QtWindowContext::~QtWindowContext() { } bool QtWindowContext::setup() { bool QtWindowContext::setup(QObject *host, WindowItemDelegate *delegate) { if (!AbstractWindowContext::setup(host, delegate)) { return false; } return false; }