|
From: Lasse Kärkkäi. <tr...@us...> - 2011-01-10 22:28:29
|
Module: editor
Branch: master
Commit: 363d708a5547abaf96366a9cdee8a35377035f52
Author: Lasse Karkkainen <tro...@tr...>
Date: Mon Jan 10 23:28:17 2011 +0100
Fix indent
---
pitchvis.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pitchvis.cc b/pitchvis.cc
index 4d78d3e..bdcf265 100644
--- a/pitchvis.cc
+++ b/pitchvis.cc
@@ -30,7 +30,7 @@ PitchVis::PitchVis(std::string const& filename): height(512) {
Analyzer analyzer(44100, "");
MusicalScale scale;
QProgressDialog progress(tr("Analyzing and rendering pitch data..."), tr("&Abort"), 0, width, this);
- progress.setWindowModality(Qt::WindowModal);
+ progress.setWindowModality(Qt::WindowModal);
for (unsigned x = 0; x < width; ++x) {
progress.setValue(x);
|