summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-11 18:24:24 -0300
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-11 18:24:24 -0300
commit5bf8eed96c85ea9cdaa2d262faf85851e51b3d77 (patch)
treed929184f9933ed55200f4066a94795ad0e756b07 /src
parent48f9bef75d6b0936c704e852223991e209ec8319 (diff)
parentec93d6e19a9d418f59f77812a1804932acf18903 (diff)
Merge pull request #1149 from lioncash/override
graphics_breakpoints_p: Add missing override specifier
Diffstat (limited to 'src')
-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;