mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2022-03-25 Fred Gleason <fredg@paravelsystems.com>
* Reverted the following changes: 2022-03-09 Fred Gleason <fredg@paravelsystems.com> * Fixed a regression in rdlogedit(1) that caused events from previously viewed logs to be prepended to subsequent logs viewed during the same session. 2022-03-09 Fred Gleason <fredg@paravelsystems.com> * Refactored the 'RDAddLog' dialog to allow for instance reuse. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -50,6 +50,7 @@ class ListCasts : public RDDialog
|
||||
void deleteData();
|
||||
void doubleClickedData(const QModelIndex &index);
|
||||
void userChangedData();
|
||||
void filterChangedData(const QString &str);
|
||||
void modelResetData();
|
||||
void rowsInsertedData(const QModelIndex &parent,int start,int end);
|
||||
void postProgressChangedData(int step);
|
||||
|
||||
Reference in New Issue
Block a user