Skip to content

Commit

Permalink
Reformat an overlooked block with Clang-Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian64 committed May 18, 2024
1 parent efddb7a commit 8eff58d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/GUI/MemWatcher/MemWatchModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ class MemWatchModel : public QAbstractItemModel

void changeType(const QModelIndex& index, Common::MemType type, size_t length);
static MemWatchEntry* getEntryFromIndex(const QModelIndex& index);
void addNodes(const std::vector<MemWatchTreeNode*>& nodes, const QModelIndex& referenceIndex = QModelIndex{});
void addNodes(const std::vector<MemWatchTreeNode*>& nodes,
const QModelIndex& referenceIndex = QModelIndex{});
void addGroup(const QString& name, const QModelIndex& referenceIndex = QModelIndex{});
void addEntry(MemWatchEntry* entry, const QModelIndex& referenceIndex = QModelIndex{});
void editEntry(MemWatchEntry* entry, const QModelIndex& index);
Expand Down

0 comments on commit 8eff58d

Please sign in to comment.