Branch Watch Tool: Smarter Context Menu

Also, right-clicking the table's scroll area when all columns are hidden will show the column visibility menu.
This commit is contained in:
mitaclaw
2024-05-24 17:26:14 -07:00
parent 46a89936ae
commit cf6a392979
4 changed files with 130 additions and 118 deletions

View File

@ -97,7 +97,6 @@ public:
void OnBranchNotOverwritten(const Core::CPUThreadGuard& guard);
void OnWipeRecentHits();
void OnWipeInspection();
void OnDelete(QModelIndexList index_list);
void Save(const Core::CPUThreadGuard& guard, std::FILE* file) const;
void Load(const Core::CPUThreadGuard& guard, std::FILE* file);