DlgPropertyLink.cpp: fix compilation
see https://forum.freecadweb.org/viewtopic.php?f=10&t=43298
This commit is contained in:
@@ -609,7 +609,7 @@ QTreeWidgetItem *DlgPropertyLink::findItem(
|
||||
return item;
|
||||
}
|
||||
|
||||
void DlgPropertyLink::onSelectionChanged(const SelectionChanges& msg)
|
||||
void DlgPropertyLink::onSelectionChanged(const Gui::SelectionChanges& msg)
|
||||
{
|
||||
if (msg.Type != SelectionChanges::AddSelection)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user