Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.28 KB | None | 0 0
  1. void MainWindow::on_makeHashButton_clicked()
  2. {
  3.     QString analyseDir = getAnalyseDirPath();
  4.     QString hashFilePath = getAnalyseHashFile();
  5.     make_hash(analyseDir, hashFilePath);
  6.     QMessageBox::information(this, tr("Сделано"), "Файл хешей построен");
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement