2018-10-24 Fred Gleason <fredg@paravelsystems.com>

* Consolidated the implementation of the 'RDProfile' class into
	two files.
	* Added an rdselect_helper(1) SETUID helper program.
	* Removed the SETUID bit from rdselect(1).
This commit is contained in:
Fred Gleason
2018-10-24 15:34:35 -04:00
parent 4f8a5278fd
commit 9d25af4c5f
35 changed files with 1096 additions and 400 deletions

View File

@@ -52,10 +52,7 @@ class MainWidget : public QWidget
void resizeEvent(QResizeEvent *e);
private:
bool Shutdown(int id);
bool Startup(int id);
void SetSystem(int id);
bool VerifyShutdown() const;
void SetCurrentItem(int id);
std::vector<RDConfig *> select_configs;
QStringList select_filenames;