Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeXworks/texworks
/ value
Method
value
unit-tests/Scripting_test.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
#include
"Settings.h"
37
namespace Tw {
38
QVariant Settings::value(KeyType key, const QVariant & defaultValue) const
39
{
40
Q_UNUSED(key)
41
return defaultValue;
42
}
43
} // namespace Tw
44
#endif
45
Callers
1
entry_value
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected