summaryrefslogtreecommitdiffstats
path: root/tests/spectrum/spectrumapp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spectrum/spectrumapp/main.cpp')
-rw-r--r--tests/spectrum/spectrumapp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spectrum/spectrumapp/main.cpp b/tests/spectrum/spectrumapp/main.cpp
index 31bdb0f1..5c756753 100644
--- a/tests/spectrum/spectrumapp/main.cpp
+++ b/tests/spectrum/spectrumapp/main.cpp
@@ -97,7 +97,7 @@ MainApp::MainApp(Q3DBars *window)
m_chart->scene()->activeCamera()->setCameraPosition(10.0f, 7.5f, 75);
#endif
// Set color scheme
- m_chart->setBarColor(QColor(Qt::red), false);
+ m_chart->setBarColor(QColor(Qt::red));
// Disable selection
m_chart->setSelectionMode(QDataVis::SelectionNone);
QObject::connect(m_engine, &Engine::changedSpectrum, this, &MainApp::spectrumChanged);