mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2018-07-17 Fred Gleason <fredg@paravelsystems.com>
* Refactored rdcatch(1) to use a single SQL field list for building the event UI.
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#include <rd.h>
|
||||
#include <rdcatch_connect.h>
|
||||
#include <rdconfig.h>
|
||||
#include <rddb.h>
|
||||
#include <rddeck.h>
|
||||
#include <rdlistviewitem.h>
|
||||
#include <rdtransportbutton.h>
|
||||
@@ -124,6 +125,8 @@ class MainWidget : public QWidget
|
||||
void ProcessNewRecords(std::vector<int> *adds);
|
||||
void EnableScroll(bool state);
|
||||
void UpdateScroll();
|
||||
QString RefreshSql() const;
|
||||
void RefreshRow(RDSqlQuery *q,RDListViewItem *item);
|
||||
void RefreshList();
|
||||
void RefreshLine(RDListViewItem *item);
|
||||
void UpdateExitCode(RDListViewItem *item);
|
||||
|
||||
Reference in New Issue
Block a user