summaryrefslogtreecommitdiffstats
path: root/tests/barstest/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/barstest/main.cpp')
-rw-r--r--tests/barstest/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/barstest/main.cpp b/tests/barstest/main.cpp
index dac9f42a..158aae15 100644
--- a/tests/barstest/main.cpp
+++ b/tests/barstest/main.cpp
@@ -329,11 +329,6 @@ int main(int argc, char **argv)
SLOT(changeShadowQuality(int)));
QObject::connect(modifier, &GraphModifier::shadowQualityChanged, shadowQuality,
&QComboBox::setCurrentIndex);
- QObject::connect(widgetchart, &Q3DBars::shadowQualityChanged, modifier,
- &GraphModifier::shadowQualityUpdatedByVisual);
- QObject::connect(widgetchart, &Q3DBars::selectedBarChanged, modifier,
- &GraphModifier::handleSelectionChange);
-
QObject::connect(fontSizeSlider, &QSlider::valueChanged, modifier,
&GraphModifier::changeFontSize);