Fixed build issue for older Qt versions
This commit is contained in:
@@ -46,7 +46,7 @@ CDockAreaTitleBar* CDockComponentsFactory::createDockAreaTitleBar(CDockAreaWidge
|
||||
//============================================================================
|
||||
const CDockComponentsFactory* CDockComponentsFactory::factory()
|
||||
{
|
||||
return DefaultFactory.get();
|
||||
return DefaultFactory.data();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user