Skip to content

Commit

Permalink
mainwindow: Two initializations of same variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Alves committed Feb 15, 2021
1 parent d6d7f8e commit 035d2fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ MainWindow::MainWindow(QWidget *parent, const QString &filename)
auto *shortcut = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_F), this);
connect(shortcut, &QShortcut::activated, ui->lineEdit, QOverload<>::of(&QWidget::setFocus));
ui->graphicsView->setCacheMode(QGraphicsView::CacheBackground);
firstResult = nullptr;
updateRecentICs();
createRecentFileActions();
updateRecentFileActions();
Expand Down

0 comments on commit 035d2fc

Please sign in to comment.