parent
2b1b8f8fe9
commit
f629fa3d66
|
@ -1409,7 +1409,6 @@ void MainWindow::openOnlineHelp()
|
||||||
|
|
||||||
void MainWindow::openProjectFile()
|
void MainWindow::openProjectFile()
|
||||||
{
|
{
|
||||||
const QString lastPath = mSettings->value(SETTINGS_LAST_PROJECT_PATH, QString()).toString();
|
|
||||||
const QString filter = tr("Project files (*.cppcheck);;All files(*.*)");
|
const QString filter = tr("Project files (*.cppcheck);;All files(*.*)");
|
||||||
const QString filepath = QFileDialog::getOpenFileName(this,
|
const QString filepath = QFileDialog::getOpenFileName(this,
|
||||||
tr("Select Project File"),
|
tr("Select Project File"),
|
||||||
|
|
Loading…
Reference in New Issue