Fix pathhistory
This commit is contained in:
parent
54a19a9a89
commit
c26e8254ec
2 changed files with 5 additions and 7 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue