| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Awesome! Take a look to these comments before merging.
Sorry, something went wrong.
|
@mgrojo Thanks for the advice and reviews. I just modified and committed it. Since the existing viewMenuParams is a one-time variable, so accessed by findChild when necessary for conserve memory. 😄 |
Sorry, something went wrong.
|
Perfect. The object name could be useful in the future to manipulate these actions. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This patch fixes issue #2434.
I think it would be good to send the 'QTabWidget::tabCloseRequested' signal to the 'Edit Pragmas' tab for the above code, but after a few days of searching and finding out, I can't seem to do that. Therefore, when QAction is initalized, I modified the code to create and access a pointer variable pointing to QAction for 'Edit Pragmas'.
@mgrojo Please review the code if you possible. Thanks! 😄