Rename EntropyMeter -> Estimate (#1250)

* EntropyMeter -> Estimate
* Cleaning estimate
* Documentation
* clang-formatting /cli
This commit is contained in:
louib 2017-12-04 09:46:23 -05:00 committed by GitHub
parent 18c4df98ff
commit 471e684151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 201 additions and 169 deletions

View file

@ -27,7 +27,6 @@
#include <QProcess>
#include <QTextStream>
void Utils::setStdinEcho(bool enable = true)
{
#ifdef Q_OS_WIN