summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_breakpoints_p.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-04-14 21:15:42 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-04-14 21:18:25 +0200
commitbdcf28e3bc9e52e68856069e5bdd1f96e8c82701 (patch)
tree307be15c087a6ecc8e37d6d548b9d547cf567703 /src/citra_qt/debugger/graphics_breakpoints_p.h
parentMerge pull request #683 from bunnei/thread-priority (diff)
downloadyuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.tar
yuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.tar.gz
yuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.tar.bz2
yuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.tar.lz
yuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.tar.xz
yuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.tar.zst
yuzu-bdcf28e3bc9e52e68856069e5bdd1f96e8c82701.zip
Diffstat (limited to 'src/citra_qt/debugger/graphics_breakpoints_p.h')
-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 232bfc863..34e72e859 100644
--- a/src/citra_qt/debugger/graphics_breakpoints_p.h
+++ b/src/citra_qt/debugger/graphics_breakpoints_p.h
@@ -25,7 +25,7 @@ public:
QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override;
QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
- bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole);
+ bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole) override;
public slots:
void OnBreakPointHit(Pica::DebugContext::Event event);