Remove superfluous "break" in QWindowsNativeFileDialogBase::setLabelText()
Change-Id: I889dfa00daf60e393e3d95ee2d0ecb73f7871e4c Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
This commit is contained in:
parent
8785cf3a01
commit
1812bb968c
@ -1273,7 +1273,6 @@ void QWindowsNativeFileDialogBase::setLabelText(QFileDialogOptions::DialogLabel
|
|||||||
{
|
{
|
||||||
wchar_t *wText = const_cast<wchar_t *>(reinterpret_cast<const wchar_t *>(text.utf16()));
|
wchar_t *wText = const_cast<wchar_t *>(reinterpret_cast<const wchar_t *>(text.utf16()));
|
||||||
switch (l) {
|
switch (l) {
|
||||||
break;
|
|
||||||
case QFileDialogOptions::FileName:
|
case QFileDialogOptions::FileName:
|
||||||
m_fileDialog->SetFileNameLabel(wText);
|
m_fileDialog->SetFileNameLabel(wText);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user