summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-11 23:24:24 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-11 23:24:24 +0200
commit5bf8eed96c85ea9cdaa2d262faf85851e51b3d77 (patch)
treed929184f9933ed55200f4066a94795ad0e756b07 /src/citra_qt/debugger
parentMerge pull request #1142 from lioncash/hdrqt (diff)
parentgraphics_breakpoints_p: Add missing override specifier (diff)
downloadyuzu-5bf8eed96c85ea9cdaa2d262faf85851e51b3d77.tar
yuzu-5bf8eed96c85ea9cdaa2d262faf85851e51b3d77.tar.gz
yuzu-5bf8eed96c85ea9cdaa2d262faf85851e51b3d77.tar.bz2
yuzu-5bf8eed96c85ea9cdaa2d262faf85851e51b3d77.tar.lz
yuzu-5bf8eed96c85ea9cdaa2d262faf85851e51b3d77.tar.xz
yuzu-5bf8eed96c85ea9cdaa2d262faf85851e51b3d77.tar.zst
yuzu-5bf8eed96c85ea9cdaa2d262faf85851e51b3d77.zip
Diffstat (limited to 'src/citra_qt/debugger')
-rw-r--r--src/citra_qt/debugger/graphics_breakpoints_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics_breakpoints_p.h b/src/citra_qt/debugger/graphics_breakpoints_p.h
index 00d8d5101..251114d06 100644
--- a/src/citra_qt/debugger/graphics_breakpoints_p.h
+++ b/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;