~townsend/unity/fix-waiting-to-install

« back to all changes in this revision

Viewing changes to launcher/QuicklistMenuItem.cpp

  • Committer: Chris Townsend
  • Date: 2013-07-17 16:24:40 UTC
  • mfrom: (3379.1.48 trunk)
  • Revision ID: christopher.townsend@canonical.com-20130717162440-zbeyzlbq0kdvnypo
MergeĀ inĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
const char* QuicklistMenuItem::MARKUP_ACCEL_DISABLED_PROPERTY = "unity-disable-accel";
33
33
const char* QuicklistMenuItem::MAXIMUM_LABEL_WIDTH_PROPERTY = "unity-max-label-width";
34
34
const char* QuicklistMenuItem::OVERLAY_MENU_ITEM_PROPERTY = "unity-overlay-item";
 
35
const char* QuicklistMenuItem::QUIT_ACTION_PROPERTY = "unity-quit-action";
35
36
 
36
37
NUX_IMPLEMENT_OBJECT_TYPE(QuicklistMenuItem);
37
38