fixed some compile issues on non-msvc

This commit is contained in:
itsmattkc
2021-11-10 22:32:44 -08:00
parent 6033039046
commit 0c92bc3f08
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -189,6 +189,7 @@ public:
case kSubtitle:
return QStringLiteral("s");
case kCount:
case kNone:
break;
}
@@ -206,6 +207,7 @@ public:
case kSubtitle:
return tr("S");
case kCount:
case kNone:
break;
}
+1 -1
View File
@@ -1636,7 +1636,7 @@ void NodeView::GroupNodes()
void NodeView::UngroupNodes()
{
static_cast<NodeGroup*>(selected_nodes_.first());
//static_cast<NodeGroup*>(selected_nodes_.first());
}
NodeViewItem *NodeView::UpdateNodeItem(Node *node, bool ignore_own_context)