-
Notifications
You must be signed in to change notification settings - Fork 791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closes #1033: focus search bar text selects all even if focused #1035
Conversation
Build passes on ubuntu but fails on Windows: the error is:
My assumption is that QString is not imported on Windows despite it being so on Linux so I'll explicitly add the QString header. While I'm at it, I realized I could deduplicate |
ac1748e
to
b07a6e7
Compare
I got the same error: I assume it's because |
b07a6e7
to
082b3bb
Compare
Co-Authored-By: mcomella <[email protected]>
Thanks for contributing, and I apologize for how long it took me to get to this. I was working on a major refactoring (#1081), and kind of ignored everything else. While reviewing your change, and reading Qt docs, I discovered a better way to implement #1033 with the help of |
#1033.
I'm not very familiar with C++ so I apologize for any basic mistakes. 😬