src/corelib/statemachine/qfinalstate.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    90 public:
    90 public:
    91     QFinalStatePrivate();
    91     QFinalStatePrivate();
    92 };
    92 };
    93 
    93 
    94 QFinalStatePrivate::QFinalStatePrivate()
    94 QFinalStatePrivate::QFinalStatePrivate()
       
    95     : QAbstractStatePrivate(FinalState)
    95 {
    96 {
    96 }
    97 }
    97 
    98 
    98 /*!
    99 /*!
    99   Constructs a new QFinalState object with the given \a parent state.
   100   Constructs a new QFinalState object with the given \a parent state.