Skip to content
Snippets Groups Projects
Commit 67381f90 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

minor refactor to allow write access to settings

parent e4c8a1cd
No related branches found
No related tags found
1 merge request!101On Windows: use native file dialog
......@@ -16,7 +16,7 @@
Application::Application(int& argc, char** argv) : QApplication(argc, argv) {}
const ApplicationSettings& Application::settings() const
ApplicationSettings& Application::settings()
{
return m_settings;
}
......@@ -24,7 +24,7 @@ class Application : public QApplication {
public:
Application(int& argc, char** argv);
const ApplicationSettings& settings() const;
ApplicationSettings& settings();
private:
ApplicationSettings m_settings;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment