MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / explore

Method explore

src/texteditor.cpp:199–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void TextEditor::explore()
200{
201 if (m_filename.isEmpty()) {
202 return;
203 }
204
205 shell::Explore(m_filename);
206}
207
208void TextEditor::onModified(bool b)
209{

Callers 1

TextEditorToolbarMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected