mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-28 03:25:30 -05:00
Use applicationName() for window titles, clean up some remaining TODO items
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
explicit CollapsibleSection(const QString& title = "", const bool expanded = false, const int animationDuration = 0, QWidget* parent = 0);
|
||||
|
||||
void setContentLayout(QLayout* contentLayout);
|
||||
void setTitle(QString title);
|
||||
void setTitle(const QString &title);
|
||||
bool isExpanded() const { return this->expanded; }
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user