Mentions légales du service

Skip to content
Snippets Groups Projects

Fix issues reported by SonarQube

Merged Philippe SWARTVAGHER requested to merge fix-sonar-qube-errors into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -286,7 +286,7 @@ void Session::get_palettes_name(const std::string &type, QStringList &list) {
@@ -286,7 +286,7 @@ void Session::get_palettes_name(const std::string &type, QStringList &list) {
}
}
Palette *Session::get_palette(const std::string &type, const std::string &palette_name) {
Palette *Session::get_palette(const std::string &type, const std::string &palette_name) {
Palette *p, **where_from;
Palette *p = NULL, **where_from;
if( type == "palette" ) {
if( type == "palette" ) {
p = _palettes_state;
p = _palettes_state;
where_from = &_palettes_state;
where_from = &_palettes_state;
Loading