mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-08 08:55:37 -05:00
Use applicationName() for window titles, clean up some remaining TODO items
This commit is contained in:
@@ -119,9 +119,9 @@ void CollapsibleSection::setContentLayout(QLayout* contentLayout)
|
||||
updateAnimationTargets();
|
||||
}
|
||||
|
||||
void CollapsibleSection::setTitle(QString title)
|
||||
void CollapsibleSection::setTitle(const QString &title)
|
||||
{
|
||||
toggleButton->setText(std::move(title));
|
||||
toggleButton->setText(title);
|
||||
}
|
||||
|
||||
int CollapsibleSection::getContentHeight() const
|
||||
|
||||
Reference in New Issue
Block a user