Skip to content

Commit

Permalink
Disabled some debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
607011 committed Jan 13, 2016
1 parent 71ad2f1 commit aa7e44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qt-SESAM/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ QSize MainWindow::minimumSizeHint(void) const
void MainWindow::prepareExit(void)
{
Q_D(MainWindow);
qDebug() << "MainWindow::prepareExit()";
// qDebug() << "MainWindow::prepareExit()";
d->trayIcon.hide();
d->optionsDialog->close();
d->changeMasterPasswordDialog->close();
Expand Down

0 comments on commit aa7e44d

Please sign in to comment.