Skip to content

Commit

Permalink
Fix: 2022-03-23
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Mar 23, 2022
1 parent 9418977 commit 87e088e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogsectionheader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void DialogSectionHeader::setWidget(FormatWidget *pWidget)
connect(pWidget,SIGNAL(changed()),this,SIGNAL(changed()));
}

void DialogSectionHeader::setData(QIODevice *pDevice, FW_DEF::OPTIONS options, quint32 nNumber, qint64 nOffset, QString sTitle, qint32 nType)
void DialogSectionHeader::setData(QIODevice *pDevice,FW_DEF::OPTIONS options,quint32 nNumber,qint64 nOffset,QString sTitle,qint32 nType)
{
setWindowTitle(sTitle);

Expand Down

0 comments on commit 87e088e

Please sign in to comment.