[PR #1012] [MERGED] Cleanup typedefs #1738

Closed
opened 2026-05-05 08:00:41 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/1012
Author: @p12tic
Created: 1/10/2021
Status: Merged
Merged: 1/10/2021
Merged by: @p12tic

Base: masterHead: cleanup-typedefs


📝 Commits (3)

  • ac60e62 gui: Remove ActionList typedef
  • 384dbff gui: Remove HotkeyList typedef
  • a8a2b7c gui: Remove ScreenList typedef

📊 Changes

9 files changed (+21 additions, -25 deletions)

View changed files

📝 src/gui/src/Action.h (+0 -2)
📝 src/gui/src/Hotkey.cpp (+1 -1)
📝 src/gui/src/Hotkey.h (+6 -6)
📝 src/gui/src/Screen.h (+0 -2)
📝 src/gui/src/ScreenSetupModel.cpp (+1 -1)
📝 src/gui/src/ScreenSetupModel.h (+2 -2)
📝 src/gui/src/ServerConfig.cpp (+1 -1)
📝 src/gui/src/ServerConfig.h (+8 -8)
📝 src/gui/src/ServerConfigDialog.cpp (+2 -2)

📄 Description

***List typedefs only introduce an additional layer of indirection when trying to understand code.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/1012 **Author:** [@p12tic](https://github.com/p12tic) **Created:** 1/10/2021 **Status:** ✅ Merged **Merged:** 1/10/2021 **Merged by:** [@p12tic](https://github.com/p12tic) **Base:** `master` ← **Head:** `cleanup-typedefs` --- ### 📝 Commits (3) - [`ac60e62`](https://github.com/debauchee/barrier/commit/ac60e620ba1cdf0504592b763d9b9599c1dd9ca4) gui: Remove ActionList typedef - [`384dbff`](https://github.com/debauchee/barrier/commit/384dbffce49483eb1753718055c09cee17accb1c) gui: Remove HotkeyList typedef - [`a8a2b7c`](https://github.com/debauchee/barrier/commit/a8a2b7c29aba54bd97ebd28d357729b6f9066081) gui: Remove ScreenList typedef ### 📊 Changes **9 files changed** (+21 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `src/gui/src/Action.h` (+0 -2) 📝 `src/gui/src/Hotkey.cpp` (+1 -1) 📝 `src/gui/src/Hotkey.h` (+6 -6) 📝 `src/gui/src/Screen.h` (+0 -2) 📝 `src/gui/src/ScreenSetupModel.cpp` (+1 -1) 📝 `src/gui/src/ScreenSetupModel.h` (+2 -2) 📝 `src/gui/src/ServerConfig.cpp` (+1 -1) 📝 `src/gui/src/ServerConfig.h` (+8 -8) 📝 `src/gui/src/ServerConfigDialog.cpp` (+2 -2) </details> ### 📄 Description ***List typedefs only introduce an additional layer of indirection when trying to understand code. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 08:00:41 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1738
No description provided.