Skip to content

Commit

Permalink
release:v0.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Jul 31, 2023
1 parent a343b0a commit 414152a
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ QT_DIR=/opt/Qt6.2.0/6.2.0/gcc_64
# 定义版本号
QFSVIEWER_MAJARVERSION="0"
QFSVIEWER_SUBVERSION="0"
QFSVIEWER_REVISION="2"
QFSVIEWER_REVISION="3"
###############################################################################


Expand Down
2 changes: 1 addition & 1 deletion build_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ QT_DIR=/opt/Qt6.2.0/6.2.0/gcc_64
# 定义版本号
QFSVIEWER_MAJARVERSION="0"
QFSVIEWER_SUBVERSION="0"
QFSVIEWER_REVISION="2"
QFSVIEWER_REVISION="3"
###############################################################################


Expand Down
2 changes: 1 addition & 1 deletion build_setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set "QT_TOOLS_DIR=C:/Qt/Qt6.2.0/Tools/mingw810_32/bin"
:: 定义Inno Setup目录
set "INNO_SETUP_DIR=C:/Program Files (x86)/Inno Setup 6"
:: 定义版本号
set "QFSVIEWER_VERSION=0.0.2"
set "QFSVIEWER_VERSION=0.0.3"
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


Expand Down
Binary file modified img/docimg0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/docimg1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion partform_unix.pri
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
###############################################################################
# 定义版本号路径
QFSVIEWER_VERSION=0.0.2
QFSVIEWER_VERSION=0.0.3
###############################################################################
2 changes: 1 addition & 1 deletion partform_win32.pri
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
###############################################################################
# 定义版本号路径
QFSVIEWER_VERSION=0.0.2
QFSVIEWER_VERSION=0.0.3
###############################################################################
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MainWindow::MainWindow(QWidget *parent) :
ui->radioButton_ext4->setChecked(false);
ui->radioButton_fat->setChecked(false);
ui->radioButton_exfat->setChecked(false);
ui->lineEdit->setText("/home/qqm/Downloads/work/qfsviewer/test");
ui->lineEdit->setText(QDir::homePath());
}

MainWindow::~MainWindow()
Expand Down

0 comments on commit 414152a

Please sign in to comment.