diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client/actiongrouptest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client/actiongrouptest.cpp b/tests/client/actiongrouptest.cpp index 6598d2e..3e0065f 100644 --- a/tests/client/actiongrouptest.cpp +++ b/tests/client/actiongrouptest.cpp @@ -141,7 +141,7 @@ private Q_SLOTS: QStateAction *act = m_actionGroup.action(action.toString()); QVERIFY(act); - act->trigger(); + act->activate(); // wait for dbus propagation QTest::qWait(500); |