diff --git a/ChangeLog b/ChangeLog index 72d0be0e..ecc5c318 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25010,3 +25010,5 @@ * Cleaned up compiler warnings in 'ripcd/'. 2025-04-26 Fred Gleason * Cleaned up compiler warnings in 'tests/'. +2025-04-26 Fred Gleason + * Cleaned up compiler warnings in 'utils/alsaconfig/'. diff --git a/utils/rdalsaconfig/rdalsamodel.cpp b/utils/rdalsaconfig/rdalsamodel.cpp index 34b6aab1..240e71bc 100644 --- a/utils/rdalsaconfig/rdalsamodel.cpp +++ b/utils/rdalsaconfig/rdalsamodel.cpp @@ -2,7 +2,7 @@ // // Abstract an ALSA configuration. // -// (C) Copyright 2009-2021 Fred Gleason +// (C) Copyright 2009-2025 Fred Gleason // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as @@ -205,7 +205,7 @@ bool RDAlsaModel::loadConfig(const QString &filename) break; case 1: - list=str.split(" ",QString::SkipEmptyParts); + list=str.split(" ",Qt::SkipEmptyParts); if(list[0]=="}") { if((port>=0)&&(port