In times of KDE 4.x actionCollection was returning kactioncollection* and
it was possible to work with this.

Now actionCollection returns QList<QAction*> (but internally it contains
QMap)

So how should i found "quit" action in this list? Why not to return QMap?

Reply via email to