add linux.

This commit is contained in:
2024-10-01 00:50:05 +08:00
parent 49499357b5
commit 1ce4afdc25
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#ifndef __IMAGEDECODER_H__
#define __IMAGEDECODER_H__
#include <cstdint>
#include <optional>
#include <string>
#include <vector>

View File

@ -7,7 +7,7 @@ import Analyser
Window {
id: window
width: 1120
height: 630
height: 650
visible: true
title: qsTr(Qt.application.name + " " + Qt.application.version)