Skip to content

Remove static from s_portableConfigName initialization

Hennadii Chernyshchyk requested to merge portable-settings-fix into master

Created by: VolkMilit

This will fix #550 (closed) because static initilization happend before main() and initializtion of QApplication, therefore applicationDirPath() return empty string.

Merge request reports