From a745160b7a3460f25fa52f9902e306e071949346 Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Thu, 22 Nov 2012 16:13:02 -0300 Subject: Removed QAction dependecy from QStateAction. Exported activate function on QStateAction. --- tests/client/actiongrouptest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/client') 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); -- cgit v1.2.3