summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-03-04 05:19:45 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-03-04 05:21:56 (GMT)
commitce5b682b481e2da6fe12e2c57c4780edbfb2fb54 (patch)
tree01501a539bd0847812c787a372bf976122670243 /tests
parent78254634c87f8e1b9c79841d87c530d3af8c9734 (diff)
downloadQt-ce5b682b481e2da6fe12e2c57c4780edbfb2fb54.zip
Qt-ce5b682b481e2da6fe12e2c57c4780edbfb2fb54.tar.gz
Qt-ce5b682b481e2da6fe12e2c57c4780edbfb2fb54.tar.bz2
Remove Qt.playSound()
Use SoundEffect instead.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativeqt/tst_qdeclarativeqt.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/declarative/qdeclarativeqt/tst_qdeclarativeqt.cpp b/tests/auto/declarative/qdeclarativeqt/tst_qdeclarativeqt.cpp
index 484cbd4..90afd4e 100644
--- a/tests/auto/declarative/qdeclarativeqt/tst_qdeclarativeqt.cpp
+++ b/tests/auto/declarative/qdeclarativeqt/tst_qdeclarativeqt.cpp
@@ -67,7 +67,6 @@ private slots:
void darker();
void tint();
void closestAngle();
- void playSound();
void openUrlExternally();
void md5();
void createComponent();
@@ -280,12 +279,6 @@ void tst_qdeclarativeqt::closestAngle()
delete object;
}
-void tst_qdeclarativeqt::playSound()
-{
- QEXPECT_FAIL("", "How do we test this?", Abort);
- QVERIFY(false);
-}
-
void tst_qdeclarativeqt::openUrlExternally()
{
QEXPECT_FAIL("", "How do we test this?", Abort);