Fix pathhistory

pull/26/head
reionwong 4 years ago
parent 54a19a9a89
commit c26e8254ec

@ -13,18 +13,15 @@ jobs:
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Update repository
run: sudo apt-get update -y
- name: Install the basic dev packages
run: sudo apt-get install -y equivs curl git devscripts lintian build-essential automake autotools-dev cmake g++
- 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
{

Loading…
Cancel
Save