add missing type QList<QHostAddress> (module :network)

This commit is contained in:
polos 2020-05-07 11:51:30 +02:00
parent 61ee317705
commit 680f4cf6ed
7 changed files with 23 additions and 27 deletions

View file

@ -8,7 +8,7 @@
#include <QTimer>
#include <QStringList>
const char EQL::version[] = "19.9.1"; // September 2019
const char EQL::version[] = "20.5.1"; // May 2020
extern "C" void ini_EQL(cl_object);