Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
void TextEditor::explore()
200
{
201
if (m_filename.isEmpty()) {
202
return;
203
}
204
205
shell::Explore(m_filename);
206
}
207
208
void TextEditor::onModified(bool b)
209
{
Callers
1
TextEditorToolbar
Method · 0.80
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected