Fix some issues detected by Clazy (#384)
* Fix old style connect * Fix unneeded QString memory allocations
This commit is contained in:
@@ -129,7 +129,7 @@ void CaptureButton::animatedShow() {
|
||||
if(!isVisible()) {
|
||||
show();
|
||||
m_emergeAnimation->start();
|
||||
connect(m_emergeAnimation, &QPropertyAnimation::finished, this, [this](){
|
||||
connect(m_emergeAnimation, &QPropertyAnimation::finished, this, [](){
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user