summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_breakpoints_p.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-07-25 21:00:10 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-07-25 21:00:10 +0200
commit43e1f56ff5e43193a124a965cdcae9d7348306fc (patch)
tree7ee66b3c50c97920c736b8b2e7e5444b2c544b74 /src/citra_qt/debugger/graphics_breakpoints_p.h
parentMerge pull request #983 from yuriks/null-memory-fill (diff)
parentQt/GPU Breakpoints: Changed the widget so that we don't have to select and click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name. (diff)
downloadyuzu-43e1f56ff5e43193a124a965cdcae9d7348306fc.tar
yuzu-43e1f56ff5e43193a124a965cdcae9d7348306fc.tar.gz
yuzu-43e1f56ff5e43193a124a965cdcae9d7348306fc.tar.bz2
yuzu-43e1f56ff5e43193a124a965cdcae9d7348306fc.tar.lz
yuzu-43e1f56ff5e43193a124a965cdcae9d7348306fc.tar.xz
yuzu-43e1f56ff5e43193a124a965cdcae9d7348306fc.tar.zst
yuzu-43e1f56ff5e43193a124a965cdcae9d7348306fc.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 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;