mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
in RSStyle use list.clear instead of list.empty, which was probably a bug
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8529 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4d364042ad
commit
a1febb2c54
@ -90,7 +90,7 @@ void RSStyle::readSetting (QSettings &settings)
|
||||
styleType = STYLETYPE_NONE;
|
||||
}
|
||||
|
||||
colors.empty();
|
||||
colors.clear();
|
||||
|
||||
int size = settings.beginReadArray("colors");
|
||||
for (int i = 0; i < size; ++i) {
|
||||
|
Loading…
Reference in New Issue
Block a user