forked from qt-creator/qt-creator
Debugger: Strip QLatin1* where possible
Change-Id: Idcab23875b5dc2ecf55e3303f417b995e2252720 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
d0d6f99491
commit
147a3c27c4
@@ -105,7 +105,7 @@ UnstartedAppWatcherDialog::UnstartedAppWatcherDialog(QWidget *parent)
|
||||
auto pathLayout = new QHBoxLayout;
|
||||
m_pathChooser = new Utils::PathChooser(this);
|
||||
m_pathChooser->setExpectedKind(Utils::PathChooser::ExistingCommand);
|
||||
m_pathChooser->setHistoryCompleter(QLatin1String("LocalExecutable"), true);
|
||||
m_pathChooser->setHistoryCompleter("LocalExecutable", true);
|
||||
m_pathChooser->setMinimumWidth(400);
|
||||
|
||||
auto resetExecutable = new QPushButton(tr("Reset"));
|
||||
|
||||
Reference in New Issue
Block a user