| 74 | } |
| 75 | |
| 76 | QString DatabaseManagerWidget::connection() const { |
| 77 | if (ui.lwConnections->currentItem()) |
| 78 | return ui.lwConnections->currentItem()->text(); |
| 79 | return {}; |
| 80 | } |
| 81 | |
| 82 | /*! |
| 83 | shows the settings of the currently selected connection |
no test coverage detected