Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
save settings
Browse files Browse the repository at this point in the history
  • Loading branch information
st4ll1 committed May 18, 2017
1 parent 2d2748b commit 0da3ec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sourcetrailpluginsettingspage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ void SourceTrailPluginSettingsPage::apply()
if (m_settings != setting)
{
m_settings = setting;
QSettings* s = Core::ICore::settings();
m_settings.toSettings(s);
emit SourceTrailPluginSettingsChanged(setting);
}

Expand Down

0 comments on commit 0da3ec4

Please sign in to comment.