|
|
@ -18,7 +18,7 @@ class ProfilerModel : public QAbstractItemModel |
|
|
public: |
|
|
public: |
|
|
ProfilerModel(QObject* parent); |
|
|
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 index(int row, int column, const QModelIndex& parent = QModelIndex()) const override; |
|
|
QModelIndex parent(const QModelIndex& child) const override; |
|
|
QModelIndex parent(const QModelIndex& child) const override; |
|
|
int columnCount(const QModelIndex& parent = QModelIndex()) const override; |
|
|
int columnCount(const QModelIndex& parent = QModelIndex()) const override; |
|
|
|