Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
99a9b4a6
Commit
99a9b4a6
authored
Jan 14, 2010
by
Daniel Molkentin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initialize global settings object
parent
b1e1f44a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/plugins/coreplugin/mainwindow.cpp
src/plugins/coreplugin/mainwindow.cpp
+2
-0
No files found.
src/plugins/coreplugin/mainwindow.cpp
View file @
99a9b4a6
...
...
@@ -116,6 +116,8 @@ MainWindow::MainWindow() :
// keep this in sync with main() in app/main.cpp
m_settings
(
new
QSettings
(
QSettings
::
IniFormat
,
QSettings
::
UserScope
,
QLatin1String
(
"Nokia"
),
QLatin1String
(
"QtCreator"
),
this
)),
m_globalSettings
(
new
QSettings
(
QSettings
::
IniFormat
,
QSettings
::
SystemScope
,
QLatin1String
(
"Nokia"
),
QLatin1String
(
"QtCreator"
),
this
)),
m_settingsDatabase
(
new
SettingsDatabase
(
QFileInfo
(
m_settings
->
fileName
()).
path
(),
QLatin1String
(
"QtCreator"
),
this
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment