Add installation and releasenotes sections to the user manual.

This commit is contained in:
eelke 2022-09-04 12:43:09 +02:00
parent 61346ae95d
commit 6b8c54398d
12 changed files with 71 additions and 20 deletions

View file

@ -41,6 +41,8 @@ private slots:
void on_actionAbout_triggered();
void on_actionManual_triggered();
private:
Ui::ConnectionManagerWindow *ui;
MasterController *m_masterController;