~faenil/ubuntu-ui-toolkit/scrollbar_moreHoverFixesAndTests

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuToolkit/privates/listitemselection.cpp

  • Committer: Andrea Bernabei
  • Date: 2016-07-07 15:21:03 UTC
  • mfrom: (1903.1.124 staging)
  • Revision ID: andrea.bernabei@canonical.com-20160707152103-eaz1u4zpnyhlacwf
merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#include "listitemselection.h"
18
18
#include "uclistitem_p.h"
19
19
 
 
20
UT_NAMESPACE_BEGIN
 
21
 
20
22
ListItemSelection::ListItemSelection(UCListItem *parent)
21
23
    : QObject(parent)
22
24
    , hostItem(parent)
139
141
        Q_EMIT hostItem->selectedChanged();
140
142
    }
141
143
}
 
144
 
 
145
UT_NAMESPACE_END