Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
8bd8b621
Commit
8bd8b621
authored
Nov 30, 2010
by
Max-Wilhelm Bruker
Browse files
settings dialog bug fix
parent
ec602aef
Changes
1
Show whitespace changes
Inline
Side-by-side
cockatrice/src/settingscache.cpp
View file @
8bd8b621
...
@@ -80,7 +80,7 @@ void SettingsCache::setTableBgPath(const QString &_tableBgPath)
...
@@ -80,7 +80,7 @@ void SettingsCache::setTableBgPath(const QString &_tableBgPath)
void
SettingsCache
::
setPlayerBgPath
(
const
QString
&
_playerBgPath
)
void
SettingsCache
::
setPlayerBgPath
(
const
QString
&
_playerBgPath
)
{
{
playerBgPath
=
_playerBgPath
;
playerBgPath
=
_playerBgPath
;
settings
->
setValue
(
"zonebg/player"
,
playerBgPath
);
settings
->
setValue
(
"zonebg/player
area
"
,
playerBgPath
);
emit
playerBgPathChanged
();
emit
playerBgPathChanged
();
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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