Skip to content
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

Update WindowsContentsWidget model when Window title/icon changes #1610

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fnkkio
Copy link
Contributor

@fnkkio fnkkio commented Nov 15, 2019

@Emdek
Copy link
Member

Emdek commented Nov 22, 2019

@fnkkio, have you tried using lambda with QObject::connect() (it's static) to avoid need for inheriting from QObject?

@fnkkio
Copy link
Contributor Author

fnkkio commented Nov 22, 2019

@Emdek Updated according to your remarks; used lambda functions instead of inheriting from QObject.

@fnkkio
Copy link
Contributor Author

fnkkio commented Dec 2, 2019

@Emdek Updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Window titles in 'Windows and Tabs' widget do not get automatically updated when window url is changed
2 participants