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