Definition at line 56 of file aiundomodel.cpp.
00057 { 00058 m_stack = stack; 00059 connect(m_stack, SIGNAL(indexChanged(int)), this, SLOT(stackChanged())); 00060 }