mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-08 13:15:01 +00:00
INodeEditor: Mark strings as literals
This commit is contained in:
@@ -65,9 +65,9 @@ public:
|
||||
ETransformSpace CurrentTransformSpace() const;
|
||||
|
||||
void SelectNode(CSceneNode *pNode);
|
||||
void BatchSelectNodes(QList<CSceneNode*> Nodes, bool ClearExistingSelection, const QString& rkCommandName = "Select");
|
||||
void BatchSelectNodes(QList<CSceneNode*> Nodes, bool ClearExistingSelection, const QString& rkCommandName = QStringLiteral("Select"));
|
||||
void DeselectNode(CSceneNode *pNode);
|
||||
void BatchDeselectNodes(QList<CSceneNode*> Nodes, const QString& rkCommandName = "Deselect");
|
||||
void BatchDeselectNodes(QList<CSceneNode*> Nodes, const QString& rkCommandName = QStringLiteral("Deselect"));
|
||||
void ClearSelection();
|
||||
void ClearAndSelectNode(CSceneNode *pNode);
|
||||
void SelectAll(FNodeFlags NodeFlags);
|
||||
|
||||
Reference in New Issue
Block a user