<div dir="ltr">In times of KDE 4.x actionCollection was returning kactioncollection* and it was possible to work with this.<div><br></div><div>Now actionCollection returns QList<QAction*> (but internally it contains QMap)</div><div><br></div><div>So how should i found "quit" action in this list? Why not to return QMap?</div></div>