diff -r 427125ac6cb8 -r 7eb70891911c vmbx/vmbxcpplugin/tsrc/src/main.cpp --- a/vmbx/vmbxcpplugin/tsrc/src/main.cpp Thu May 27 13:23:05 2010 +0300 +++ b/vmbx/vmbxcpplugin/tsrc/src/main.cpp Fri Jun 11 14:07:16 2010 +0300 @@ -1,19 +1,3 @@ -/* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: -* -*/ #include #include "ut_vmbxcpplugin.h" #include "ut_vmbxuiengine.h" @@ -26,7 +10,8 @@ { qDebug("main() >"); - QApplication app(argc, argv); + //TODO: wk18 QApplication can not be created will casue crash. + //QApplication app(argc, argv); qDebug("ut_vmbxuiengine"); Ut_VmbxUiEngine tcUiEngine;