~kdub/qtmir/nochange-rebuild

« back to all changes in this revision

Viewing changes to src/modules/Unity/Application/objectlistmodel.h

  • Committer: CI Train Bot
  • Author(s): Michał Sawicz, Albert Astals Cid
  • Date: 2015-11-19 12:55:57 UTC
  • mfrom: (381.3.9 origin/clang)
  • Revision ID: ci-train-bot@canonical.com-20151119125557-sbefmngx5npw81iz
Build with clang (tests/gmock fails and is unfixable on our side i'd say)
Approved by: Gerry Boland

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        return QVariant();
79
79
    }
80
80
 
81
 
    QHash<int, QByteArray> roleNames() const
 
81
    QHash<int, QByteArray> roleNames() const override
82
82
    {
83
83
        QHash<int, QByteArray> roleNames;
84
84
        roleNames.insert(RoleModelData, "modelData");