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

Rename the EventType? namespace to CustomEventType? so as not to conflict with
Carbon's EventType? enum.

Files:
1 modified

Legend:

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

    r165 r231  
    2727/** Default constructor */ 
    2828CircuitEvent::CircuitEvent(quint64 circId, Status status, QString path) 
    29 : QEvent((QEvent::Type)EventType::CircuitEvent) 
     29: QEvent((QEvent::Type)CustomEventType::CircuitEvent) 
    3030{ 
    3131  _circId = circId;