aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger/profiler.h
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-04-14 21:15:42 +0200
committerGravatar Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-04-14 21:18:25 +0200
commitbdcf28e3bc9e52e68856069e5bdd1f96e8c82701 (patch)
tree307be15c087a6ecc8e37d6d548b9d547cf567703 /src/citra_qt/debugger/profiler.h
parent6f1143885bcc02642b707b51355fe4b6cd5375c7 (diff)
Headers: Add some forgotten overrides, thanks clang!
Diffstat (limited to 'src/citra_qt/debugger/profiler.h')
-rw-r--r--src/citra_qt/debugger/profiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/profiler.h b/src/citra_qt/debugger/profiler.h
index a6d87aa0..fabf279b 100644
--- a/src/citra_qt/debugger/profiler.h
+++ b/src/citra_qt/debugger/profiler.h
@@ -18,7 +18,7 @@ class ProfilerModel : public QAbstractItemModel
public:
ProfilerModel(QObject* parent);
- QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
+ QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
QModelIndex index(int row, int column, const QModelIndex& parent = QModelIndex()) const override;
QModelIndex parent(const QModelIndex& child) const override;
int columnCount(const QModelIndex& parent = QModelIndex()) const override;