Skip to content

Commit

Permalink
fix:export crash
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Nov 7, 2023
1 parent f73acef commit 913710c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImgExport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void ImgExport::showEvent(QShowEvent* event) {

void ImgExport::buttonBoxAccepted(void)
{
const static QMap<QString, QPair<QRadioButton *, int>> table = {
QMap<QString, QPair<QRadioButton *, int>> table = {
{"png" , {ui->f0RadioButton , 0} },
{"yv12" , {ui->f1RadioButton , 1} },
{"i420" , {ui->f2RadioButton , 1} },
Expand Down

0 comments on commit 913710c

Please sign in to comment.