MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / isModified

Method isModified

src/plugins/codeeditor/gui/tabbar.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool TabBarPrivate::isModified(int index) const
67{
68 QString text = tabBar->tabText(index);
69 return text.length() > 0 && text.at(0) == "*";
70}
71
72int TabBarPrivate::showConfirmDialog(const QString &filePath)
73{

Callers 2

modifiedFilesMethod · 0.45
removeTabMethod · 0.45

Calls 2

atMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected