~ubuntu-branches/ubuntu/utopic/qmenumodel/utopic-proposed

« back to all changes in this revision

Viewing changes to libqmenumodel/src/unitymenumodel.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Nick Dedekind, Ubuntu daily release
  • Date: 2013-12-13 07:41:33 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131213074133-87pq6kx02zgqalxo
Tags: 0.2.7+14.04.20131213-0ubuntu1
[ Nick Dedekind ]
* Added dataChange to loadExtendedAttributes function.

[ Ubuntu daily release ]
* Automatic snapshot from revision 99

Show diffs side-by-side

added added

removed removed

Lines of Context:
652
652
 
653
653
    g_object_set_qdata_full (G_OBJECT (item), unity_menu_item_extended_attributes_quark (),
654
654
                             extendedAttrs, freeExtendedAttrs);
 
655
 
 
656
    Q_EMIT dataChanged(index(position, 0), index(position, 0), QVector<int>() << ExtendedAttributesRole);
655
657
}
656
658
 
657
659
QVariant UnityMenuModel::get(int row, const QByteArray &role)