mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 22:48:01 +02:00
2022-12-13 Fred Gleason <fredg@paravelsystems.com>
* Purged vestigal code from rdlogedit(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
a851df85de
commit
f15685a381
@ -23791,3 +23791,5 @@
|
||||
2022-12-13 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in 'RDLog::create()' that threw a SQL error when
|
||||
attempting to create a log with a name that already existed.
|
||||
2022-12-13 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Purged vestigal code from rdlogedit(1).
|
||||
|
@ -252,12 +252,6 @@ void MainWidget::userData()
|
||||
}
|
||||
|
||||
|
||||
void MainWidget::recentData(bool state)
|
||||
{
|
||||
// RefreshList();
|
||||
}
|
||||
|
||||
|
||||
void MainWidget::addData()
|
||||
{
|
||||
QString logname;
|
||||
|
@ -54,7 +54,6 @@ class MainWidget : public RDMainWindow
|
||||
private slots:
|
||||
void caeConnectedData(bool state);
|
||||
void userData();
|
||||
void recentData(bool state);
|
||||
void addData();
|
||||
void editData();
|
||||
void deleteData();
|
||||
|
Loading…
x
Reference in New Issue
Block a user