2018-11-01 Fred Gleason <fredg@paravelsystems.com>

* Modified rdselect_helper(8) to use the automounter for managing
	audio store mounts.
This commit is contained in:
Fred Gleason
2018-11-01 13:14:49 -04:00
parent 171246c81f
commit f9e0e152ba
15 changed files with 133 additions and 33 deletions

View File

@@ -51,7 +51,8 @@ class RDConfig
RDSelectSymlinkFailed=11,
RDSelectInvalidName=12,
RDSelectMountCrashed=13,
RDSelectLast=14};
RDSelectCantAccessAutomount=14,
RDSelectLast=15};
RDConfig();
RDConfig(const QString &filename);
QString filename() const;