Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreCAD/LibreCAD
/ toMUPString
Function
toMUPString
plugins/plotequation/plot.cpp:14–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
#include <QDebug>
13
14
mu::string_type toMUPString(const QString &str)
15
{
16
#if defined(_UNICODE)
17
return str.toStdWString();
18
#else
19
return str.toStdString();
20
#endif
21
}
22
23
plot::plot(QObject *parent) :
24
QObject(parent)
Callers
1
execComm
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected