~aacid/unity-api/use_qenum

« back to all changes in this revision

Viewing changes to include/unity/shell/launcher/QuickListModelInterface.h

  • Committer: Albert Astals Cid
  • Date: 2016-12-14 15:57:28 UTC
  • Revision ID: albert.astals@canonical.com-20161214155728-h1fmoxboreq3x621
Enable -Wsuggest-override

And add the override it suggests

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    /// @endcond
72
72
 
73
73
    /// @cond
74
 
    QHash<int, QByteArray> roleNames() const {
 
74
    QHash<int, QByteArray> roleNames() const override {
75
75
        return m_roleNames;
76
76
    }
77
77
    /// @endcond