mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-15 16:17:43 +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>
|
2022-12-13 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in 'RDLog::create()' that threw a SQL error when
|
* Fixed a bug in 'RDLog::create()' that threw a SQL error when
|
||||||
attempting to create a log with a name that already existed.
|
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()
|
void MainWidget::addData()
|
||||||
{
|
{
|
||||||
QString logname;
|
QString logname;
|
||||||
|
@ -54,7 +54,6 @@ class MainWidget : public RDMainWindow
|
|||||||
private slots:
|
private slots:
|
||||||
void caeConnectedData(bool state);
|
void caeConnectedData(bool state);
|
||||||
void userData();
|
void userData();
|
||||||
void recentData(bool state);
|
|
||||||
void addData();
|
void addData();
|
||||||
void editData();
|
void editData();
|
||||||
void deleteData();
|
void deleteData();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user