2018-05-31 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up SQL errors in rdadmin(1).
This commit is contained in:
Fred Gleason
2018-05-31 18:31:56 +00:00
parent 42ccd6c3be
commit c6bbac7267
6 changed files with 28 additions and 8 deletions

View File

@@ -56,6 +56,7 @@ class RDApplication : public QObject
RDSystem *system();
RDUser *user();
void log(RDConfig::LogPriority prio,const QString &msg);
bool dropTable(const QString &tbl_name);
private slots:
void userChangedData();