refactor: add explicit this-> where possible
I have knowingly skipped some files/portions of files where this would create merge conflicts for other open PRs.
This commit is contained in:
@@ -109,7 +109,7 @@ Split::Split(QWidget *parent)
|
||||
getApp()->getAccounts()->twitch.currentUserChanged.connect([this] {
|
||||
this->updateInputPlaceholder();
|
||||
}));
|
||||
this->signalHolder_.managedConnect(channelChanged, [this] {
|
||||
this->signalHolder_.managedConnect(this->channelChanged, [this] {
|
||||
this->updateInputPlaceholder();
|
||||
});
|
||||
this->updateInputPlaceholder();
|
||||
|
||||
Reference in New Issue
Block a user