Added Window::property()
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
#include <QWindow>
|
||||
#include <QScreen>
|
||||
#include <QVariant>
|
||||
|
||||
using namespace KDDockWidgets;
|
||||
|
||||
@@ -122,3 +123,8 @@ void Window_qt::destroy()
|
||||
{
|
||||
delete m_window;
|
||||
}
|
||||
|
||||
QVariant Window_qt::property(const char *name) const
|
||||
{
|
||||
return m_window->property(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user