Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/IJHack/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
treat1 committed Jan 16, 2017
2 parents 8444f0a + fc06d8f commit 77eeb38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ MainWindow::MainWindow(QWidget *parent)
setClippedPassword("");
QtPass = NULL;
QTimer::singleShot(10, this, SLOT(focusInput()));
qsrand(QDateTime::currentDateTime().toTime_t());
}

void MainWindow::focusInput() {
Expand Down

0 comments on commit 77eeb38

Please sign in to comment.