@ -318,6 +318,9 @@ void SettingsWindow::showEvent(QShowEvent *event) {
nav_btns->buttons()[0]->setChecked(true);
return;
}
SettingsWindow::SettingsWindow(QWidget *parent) : QFrame(parent) {
// setup two main layouts
QVBoxLayout *sidebar_layout = new QVBoxLayout();
@ -52,7 +52,7 @@ class SettingsWindow : public QFrame {
Q_OBJECT
public:
explicit SettingsWindow(QWidget *parent = 0) : QFrame(parent) {};
explicit SettingsWindow(QWidget *parent = 0);
protected:
void hideEvent(QHideEvent *event) override;