Просмотр исходного кода

Merge pull request #1149 from lioncash/override

graphics_breakpoints_p: Add missing override specifier
Yuri Kunde Schlesner 11 лет назад
Родитель
Сommit
5bf8eed96c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/citra_qt/debugger/graphics_breakpoints_p.h

+ 1 - 1
src/citra_qt/debugger/graphics_breakpoints_p.h

@@ -23,7 +23,7 @@ public:
     int columnCount(const QModelIndex& parent = QModelIndex()) const override;
     int rowCount(const QModelIndex& parent = QModelIndex()) const override;
     QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override;
-    Qt::ItemFlags flags(const QModelIndex &index) const;
+    Qt::ItemFlags flags(const QModelIndex &index) const override;
 
     bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole) override;