| 280 | } |
| 281 | |
| 282 | const QModelIndex MainWindow::currentIndex() const |
| 283 | { |
| 284 | const int dataset = scopeBarDatasetSB->value(); |
| 285 | const int item = scopeBarItemSB->value(); |
| 286 | return m_bars->model()->index(item, dataset, QModelIndex()); |
| 287 | } |
| 288 | |
| 289 | const KDChart::DataValueAttributes MainWindow::attributes() const |
| 290 | { |
no test coverage detected