MainWindow: Replace icon for the SQL log window

Replace the icon used in the action for toggling the SQL log
dock/window.
You might need to delete your makefiles before building this.
This commit is contained in:
Martin Kleusberg
2013-05-09 18:34:33 +02:00
parent 90d423c66f
commit cf0a0339eb
4 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ void MainWindow::init()
// Set state of checkable menu actions
ui->viewMenu->insertAction(ui->viewDBToolbarAction, ui->dockLog->toggleViewAction());
ui->viewMenu->actions().at(0)->setShortcut(QKeySequence(tr("Ctrl+L")));
ui->viewMenu->actions().at(0)->setIcon(QIcon(":/oldimages/log"));
ui->viewMenu->actions().at(0)->setIcon(QIcon(":/icons/log_dock"));
ui->viewDBToolbarAction->setChecked(!ui->toolbarDB->isHidden());
// Set statusbar fields