MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / WizColorToSQL

Function WizColorToSQL

src/share/WizMisc.cpp:790–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788
789
790CString WizColorToSQL(COLORREF cr)
791{
792 CString str;
793 str.format("'%s'",
794 WizColorToString(cr).utf16()
795 );
796 return str;
797}
798CString WizColorToSQL(const QColor& cr)
799{
800 CString str;

Callers

nothing calls this directly

Calls 2

WizColorToStringFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected