| 261 | } |
| 262 | |
| 263 | void GitPlugin::ctxRebase() |
| 264 | { |
| 265 | auto* dialog = new RebaseDialog(this, m_urls.first(), nullptr); |
| 266 | dialog->setAttribute(Qt::WA_DeleteOnClose); |
| 267 | dialog->open(); |
| 268 | } |
| 269 | |
| 270 | void GitPlugin::ctxPushStash() |
| 271 | { |
nothing calls this directly
no test coverage detected