qtquick: Pass the userType all the way to titleBarFilename()
This commit is contained in:
@@ -24,8 +24,9 @@ public:
|
||||
|
||||
~CustomFrameworkWidgetFactory() override;
|
||||
|
||||
QUrl titleBarFilename() const override
|
||||
QUrl titleBarFilename(int userType) const override
|
||||
{
|
||||
Q_UNUSED(userType);
|
||||
return QUrl("qrc:/MyTitleBar.qml");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user