-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[utils.cpp] Avoid creating QSettings too early (#65)
If the QSettings are initialised statically they may fail to pick up the organization and application names set in main. The result is that the settings are written to and read from both ~~"~/.config/Unknown\Organization.conf" and~~ "~/.config/sailfishos-applications/flowplayer.conf". This can prevent the configured Music directories being read from successfully. P.S.: We can still move to a singleton object later if needed.
- Loading branch information
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters