Update importSettings() to call reloadSettings()

- PreferencesDialog::importSettings() calls MainWindow::reloadSettings() indirectly
- PreferencesDIalog::exportSettings() calls PreferencesDialog::saveSettings() when beginning
- Settings::importSettings() clear m_hCache
- Update Korean translation that can be translated from the above changes
This commit is contained in:
SeongTae Jeong
2020-09-21 12:23:53 +09:00
parent d8ca11f57a
commit 0031d9ae40
4 changed files with 101 additions and 34 deletions

View File

@@ -34,7 +34,7 @@ public:
private slots:
void loadSettings();
void saveSettings();
void saveSettings(bool accept=true);
void chooseLocation();
void showColourDialog(QTreeWidgetItem* item, int column);