started to file updating for linux build

This commit is contained in:
leetthewire 2022-03-25 12:32:36 -07:00
parent 40ab540179
commit 39de79d3cd
6 changed files with 130 additions and 2 deletions

View file

@ -25,6 +25,10 @@
#include "../uilogic.h"
#ifdef __linux__
#include <math.h>
#endif
ShareConnectionLogic::ShareConnectionLogic(UiLogic *logic, QObject *parent):
PageLogicBase(logic, parent),
m_textEditShareOpenVpnCodeText{},