MCPcopy Create free account
hub / github.com/KDAB/KDChart / changedChartType

Method changedChartType

examples/demo/mainwindow.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void MainWindow::Private::changedChartType()
144{
145 Q_EMIT datasetCountChanged(datasetCount());
146}
147
148MainWindow::MainWindow(QWidget *parent)
149 : QMainWindow(parent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected