~faenil/ubuntu-ui-toolkit/UbuntuTestCase_flick_flakiness_fix

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/plugin/uclistitemstyle.cpp

  • Committer: Andrea Bernabei
  • Date: 2016-02-09 21:30:24 UTC
  • mfrom: (1795.2.47 staging)
  • Revision ID: andrea.bernabei@canonical.com-20160209213024-txzjng3d5bewlu1l
merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
void UCListItemStyle::swipeEvent(UCSwipeEvent *event)
143
143
{
144
144
    Q_UNUSED(event);
145
 
    qmlInfo(this) << UbuntuI18n::instance().tr("consider overriding swipeEvent() slot!");
 
145
    qmlInfo(this) << QStringLiteral("consider overriding swipeEvent() slot!");
146
146
}
147
147
void UCListItemStyle::invokeSwipeEvent(UCSwipeEvent *event)
148
148
{
162
162
 */
163
163
void UCListItemStyle::rebound()
164
164
{
165
 
    qmlInfo(this) << UbuntuI18n::instance().tr("consider overriding rebound() slot!");
 
165
    qmlInfo(this) << QStringLiteral("consider overriding rebound() slot!");
166
166
}
167
167
void UCListItemStyle::invokeRebound()
168
168
{