Skip to content

Commit

Permalink
maybe fix the build?
Browse files Browse the repository at this point in the history
  • Loading branch information
eteran committed Mar 19, 2024
1 parent 501db26 commit aba8a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Debugger.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private Q_SLOTS:

private Q_SLOTS:
// the manually connected Register slots
[[nodiscard]] QList<QAction *> currentRegisterContextMenuItems() const;
QList<QAction *> currentRegisterContextMenuItems() const;
void mnuRegisterFollowInDump() { followRegisterInDump(false); }
void mnuRegisterFollowInDumpNewTab() { followRegisterInDump(true); }
void mnuRegisterFollowInStack();
Expand Down

0 comments on commit aba8a11

Please sign in to comment.