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

Function getFilePathProperty

src/cceditor/ccnotepad.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178QString getFilePathProperty(QWidget* pwidget)
179{
180 return pwidget->property(Edit_View_FilePath).toString();
181}
182
183void setFileNewIndexProperty(QWidget* pwidget, int index)
184{

Callers 15

slot_reOpenTextModeMethod · 0.85
slot_reOpenHexModeMethod · 0.85
openFileInNewWinMethod · 0.85
isNewFileNameExistMethod · 0.85
syncFileTabToListViewMethod · 0.85
slot_timerAutoSaveMethod · 0.85
tailfileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected