~ubuntu-branches/ubuntu/saucy/umbrello/saucy-proposed

« back to all changes in this revision

Viewing changes to umbrello/widgets/classifierwidget.cpp

  • Committer: Package Import Robot
  • Author(s): Michał Zając, Michał Zając, Philip Muškovac
  • Date: 2013-06-28 18:38:00 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130628183800-x5m0xzka0go6fs85
Tags: 4:4.10.90-0ubuntu1
[ Michał Zając ]
* New upstream bet release

[ Philip Muškovac ]
* Add file to umbrello.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
930
930
 */
931
931
void ClassifierWidget::slotMenuSelection(QAction* action)
932
932
{
933
 
    ListPopupMenu::MenuType sel = m_pMenu->getMenuType(action);
 
933
    ListPopupMenu::MenuType sel = ListPopupMenu::typeFromAction(action);
934
934
    switch (sel) {
935
935
    case ListPopupMenu::mt_Attribute:
936
936
    case ListPopupMenu::mt_Operation: