logic: use wstring in symbol and bookmark names
* use wstring in symbol and bookmark names * fixed setting apppath in windows includes * regard utf8 encoding in shared indexer commands * regard utf8 encoding in shared indexer status
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "qt/view/graphElements/QtGraphNodeText.h"
|
||||
|
||||
QtGraphNodeText::QtGraphNodeText(const std::string& name)
|
||||
QtGraphNodeText::QtGraphNodeText(const std::wstring& name)
|
||||
{
|
||||
setName(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user