@ -23,8 +23,5 @@ jobs:
- name: Install build dependencies
run: sudo mk-build-deps -i -t "apt-get --yes" -r
- name: Build
run: mkdir build; cd build; cmake .. ; make -j$(nproc);
- name: Build Package
run: dpkg-buildpackage -b -uc -us -j$(nproc)
@ -21,6 +21,7 @@
#define PATHHISTORY_H
#include <QObject>
#include <QVector>
class PathHistory : public QObject
{