summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_breakpoints_p.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2015-07-23 03:42:59 +0200
committerSubv <subv2112@gmail.com>2015-07-24 02:37:52 +0200
commit23fd13dd6411fe390cd139144cc077cec13b233b (patch)
tree049d8c19e13ae516d1eabf55448f480473095173 /src/citra_qt/debugger/graphics_breakpoints_p.h
parentMerge pull request #968 from Subv/texture_filtering (diff)
downloadyuzu-23fd13dd6411fe390cd139144cc077cec13b233b.tar
yuzu-23fd13dd6411fe390cd139144cc077cec13b233b.tar.gz
yuzu-23fd13dd6411fe390cd139144cc077cec13b233b.tar.bz2
yuzu-23fd13dd6411fe390cd139144cc077cec13b233b.tar.lz
yuzu-23fd13dd6411fe390cd139144cc077cec13b233b.tar.xz
yuzu-23fd13dd6411fe390cd139144cc077cec13b233b.tar.zst
yuzu-23fd13dd6411fe390cd139144cc077cec13b233b.zip
Diffstat (limited to '')
-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 34e72e859..00d8d5101 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;
- QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
+ Qt::ItemFlags flags(const QModelIndex &index) const;
bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole) override;