Skip to content

Do not send signal dataChanged after loading #44

Do not send signal dataChanged after loading

Do not send signal dataChanged after loading #44

Workflow file for this run

name: Library
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==3.1.*'
version: 6.8.2
host: linux
target: desktop
arch: linux_gcc_64
- name: Make Library
working-directory: ${{ runner.temp }}
run: |
qmake ${{ github.workspace }}/src/qhexedit.pro
make -j12