aboutsummaryrefslogtreecommitdiff
path: root/voronoisplat.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-12 11:12:55 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-12 11:13:02 +0100
commitdf657b8e4ba24c561b96e8ce48811a408474960c (patch)
tree34ec0d20307f5d3db317c9154c61b668d1f6f300 /voronoisplat.h
parent3e71b2587352a00e7bc8ba414da4691a612cf591 (diff)
VoronoiSplat: renamed internal variables for clarity.
Diffstat (limited to 'voronoisplat.h')
-rw-r--r--voronoisplat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/voronoisplat.h b/voronoisplat.h
index 5663f8b..9859e8d 100644
--- a/voronoisplat.h
+++ b/voronoisplat.h
@@ -58,7 +58,7 @@ private:
std::vector<float> m_sites, m_values, m_cmap;
QSize m_size;
- bool m_sitesUpdated, m_valuesUpdated, m_colormapUpdated;
+ bool m_sitesChanged, m_valuesChanged, m_colormapChanged;
};
#endif // VORONOISPLAT_H