Changeset 359

Show
Ignore:
Timestamp:
02/26/06 20:35:20 (3 years ago)
Author:
edmanm
Message:

Ugh. Wrong button.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/control/controlconnection.cpp

    r358 r359  
    5353ControlConnection::processEvents() 
    5454{ 
    55   QCoreApplication::urocessEvents(QEventLoop::ExcludeUserInputEvents, 
     55  QCoreApplication::processEvents(QEventLoop::ExcludeUserInputEvents, 
    5656                                  EVENTS_TIMEOUT); 
    5757}