We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3568c9d commit 5a8e133Copy full SHA for 5a8e133
src/caj2pdf.cpp
@@ -12,7 +12,7 @@
12
CAJ2PDF::CAJ2PDF(QWidget *parent, std::string argv0)
13
: QDialog(parent)
14
, ui(new Ui::CAJ2PDF) {
15
- version = "0.1.0-beta";
+ version = "0.1.0";
16
ui->setupUi(this);
17
setWindowFlags(windowFlags() | Qt::WindowContextHelpButtonHint); // 启用窗口右上角的 ?按钮
18
qApp->installEventFilter(this); // 安装事件
0 commit comments