initial commit

This commit is contained in:
2022-08-12 14:59:05 +02:00
parent 7ed17bc949
commit ebfd2aa5ff
5 changed files with 372 additions and 15 deletions
+5
View File
@@ -27,6 +27,11 @@ private:
public slots:
void updateSignalStrength();
private slots:
void on_m_channelDown_clicked();
void on_m_channelUp_clicked();
void on_m_volumeDown_clicked();
void on_m_volumeUp_clicked();
};
#endif // CMAINWINDOW_H