Add snap packaging (#93)

* snapcraft init

* update packaging

* update packaging

* update packaging

* update packaging

* update packaging

* update packaging

* snap worked

* fix locale warning

* polish code

* update metainfo

* update icon

* update icon

* update message
This commit is contained in:
Kevin Yue
2021-09-20 20:48:24 +08:00
committed by GitHub
parent 452fe2f189
commit bc07e3d496
14 changed files with 203 additions and 8 deletions

View File

@@ -23,6 +23,7 @@ public:
~GPClient();
void activate();
void quit();
private slots:
void onSettingsButtonClicked();
@@ -97,6 +98,5 @@ private:
void setCurrentGateway(const GPGateway gateway);
void clearSettings();
void quit();
};
#endif // GPCLIENT_H