Skip to content

Commit 1916bd7

Browse files
Fixed build issue for older Qt versions
1 parent 3efc5f2 commit 1916bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockComponentsFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ CDockAreaTitleBar* CDockComponentsFactory::createDockAreaTitleBar(CDockAreaWidge
4646
//============================================================================
4747
const CDockComponentsFactory* CDockComponentsFactory::factory()
4848
{
49-
return DefaultFactory.get();
49+
return DefaultFactory.data();
5050
}
5151

5252

0 commit comments

Comments
 (0)