Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/KOMETA/qtSimpleGraph/commit/5b2497157ed20e1aa1054ea995897d9899fb5a27 You should set ROOT_URL correctly, otherwise the web may not work correctly.

math.h -> cmath

main
Artem Proskurnev 3 years ago
parent 75946e767f
commit 5b2497157e
  1. 2
      qtsgraph.h

@ -50,7 +50,7 @@ along with Vesi. If not, see <http://www.gnu.org/licenses/>.
#include <QTime>
#include <string>
#include <QDebug>
#include <math.h>
#include <cmath>
#define clRed 0xFF0000
#define clGreen 0x00FF00

Loading…
Cancel
Save