Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ save
Method
save
src/envshortcut.cpp:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void save(const QString& path)
84
{
85
const auto r = m_file->Save(path.toStdWString().c_str(), TRUE);
86
throwOnFail(r, QString(
"failed to save link '%1'"
).arg(path));
87
}
88
89
private:
90
COMPtr<IShellLink> m_link;
Callers
1
add
Method · 0.45
Calls
1
QString
Class · 0.85
Tested by
no test coverage detected