List of addresses in the About dialog

This commit is contained in:
Robin Davies
2022-04-26 04:47:57 -04:00
parent c31bea9ecd
commit d1b1fc1b7e
9 changed files with 156 additions and 69 deletions
+4 -1
View File
@@ -21,6 +21,8 @@
#include "json.hpp"
namespace pipedal {
class PiPedalModel;
class PiPedalVersion {
private:
@@ -28,10 +30,11 @@ private:
std::string serverVersion_;
std::string operatingSystem_;
std::string osVersion_;
std::vector<std::string> webAddresses_;
bool debug_;
public:
PiPedalVersion();
PiPedalVersion(PiPedalModel&model);
~PiPedalVersion() = default;