MCPcopy Create free account
hub / github.com/cxasm/notepad-- / getFileOpenAttrProperty

Function getFileOpenAttrProperty

src/cceditor/ccnotepad.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166QString getFileOpenAttrProperty(QWidget* pwidget)
167{
168 OpenAttr openType = (OpenAttr)pwidget->property(Open_Attr).toInt();
169 return OpenAttrToString(openType);
170}
171
172void setFilePathProperty(QWidget* pwidget, QString filePath)
173{

Callers

nothing calls this directly

Calls 1

OpenAttrToStringFunction · 0.85

Tested by

no test coverage detected