Skip to content

Commit

Permalink
Fix load config file on start
Browse files Browse the repository at this point in the history
  • Loading branch information
kghost committed Jun 24, 2018
1 parent a1b90fa commit 66f1e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Properties::Properties(const QString& filename)
m_settings = new QSettings();
else
m_settings = new QSettings(filename);
loadSettings();
qDebug("Properties constructor called");
}

Expand Down

0 comments on commit 66f1e51

Please sign in to comment.