mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-03 09:32:34 +02:00
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compiler warnings in 'rdlogedit/'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
9edba5a9f0
commit
bb3cd1f878
@ -24994,3 +24994,5 @@
|
|||||||
* Cleaned up compiler warnings in 'rdcatch/'.
|
* Cleaned up compiler warnings in 'rdcatch/'.
|
||||||
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
|
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Cleaned up compiler warnings in 'rdlibrary/'.
|
* Cleaned up compiler warnings in 'rdlibrary/'.
|
||||||
|
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Cleaned up compiler warnings in 'rdlogedit/'.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
//
|
//
|
||||||
// The Log Editor Utility for Rivendell.
|
// The Log Editor Utility for Rivendell.
|
||||||
//
|
//
|
||||||
// (C) Copyright 2002-2023 Fred Gleason <fredg@paravelsystems.com>
|
// (C) Copyright 2002-2025 Fred Gleason <fredg@paravelsystems.com>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// 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
|
// it under the terms of the GNU General Public License version 2 as
|
||||||
@ -370,7 +370,7 @@ void MainWidget::deleteData()
|
|||||||
modified=false;
|
modified=false;
|
||||||
for(int i=0;i<(rows.size()-1);i++) {
|
for(int i=0;i<(rows.size()-1);i++) {
|
||||||
if(rows.at(rowtable.at(i))<rows.at(rowtable.at(i+1))) {
|
if(rows.at(rowtable.at(i))<rows.at(rowtable.at(i+1))) {
|
||||||
rowtable.swap(i,i+1);
|
rowtable.swapItemsAt(i,i+1);
|
||||||
modified=true;
|
modified=true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user