Merge commit 'refs/1_0_6_candidate' of https://git.maemo.org/projects/qtmeetings...
[qtmeetings] / tests / Domain / Room / TestRoomOnly.cpp
1 #include <QtTest/QtTest>
2 #include <QApplication>
3 #include "TestRoom.h"
4
5 int main( int argc, char *argv[] )
6 {
7         QApplication app( argc, argv );
8
9         TestRoom testRoom;
10         QTest::qExec( &testRoom );
11 }