| 112 | } |
| 113 | |
| 114 | void HistoryDialog::location() |
| 115 | { |
| 116 | QDesktopServices::openUrl("file:///" + QFileInfo(mContextIndex.data().toString()).absolutePath()); |
| 117 | } |
| 118 | |
| 119 | void HistoryDialog::removeHistoryEntry() |
| 120 | { |
nothing calls this directly
no outgoing calls
no test coverage detected