| 42 | quint16 port() const { return m_port; } |
| 43 | QString logFilePath() const; |
| 44 | void setLogFileName(const QString& name) { m_logFileName = name; } |
| 45 | |
| 46 | // Which AppSettings key holds the per-instance startup-commands string |
| 47 | // (one cluster command per line, replayed after every login). Defaults |