qtmeetings sources to Maemo garage
[qtmeetings] / tests / BusinessLogic / Utils / ErrorMapper / TestErrorMapperOnly.cpp
1 #include <QtTest/QtTest>
2 #include <QApplication>
3 #include "TestErrorMapper.h"
4
5 int main( int argc, char *argv[] )
6 {
7         QApplication app( argc, argv );
8
9         TestErrorMapper testErrorMapper;
10         QTest::qExec( &testErrorMapper );
11 }