MCPcopy 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"
37namespace Tw {
38QVariant 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_valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected