Changeset 656:49c3bdbe8e00 in qutecom-2.2


Ignore:
Timestamp:
Sep 9, 2010 5:51:29 PM (3 years ago)
Author:
laurent
Branch:
default
Message:

crash if MULTIIMWRAPPER is not defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qutecom/src/presentation/qt/QtQuteCom.cpp

    r655 r656  
    151151void QtQuteCom::initUi() { 
    152152 
     153#if defined(MULTIIMWRAPPER) 
    153154        IMWrapperFactory::getFactory().terminatedEvent += boost::bind(&QtQuteCom::terminatedEventHandler,this); 
    154  
     155#endif 
    155156        // Init parts of the UI which do not rely on Control layer 
    156157        QApplication::setQuitOnLastWindowClosed(false); 
Note: See TracChangeset for help on using the changeset viewer.