Mercurial > hg > svgui
diff layer/LayerGeometryProvider.h @ 1325:bc2cb82050a0 zoom
Gradual ZoomLevel updates
author | Chris Cannam |
---|---|
date | Wed, 19 Sep 2018 15:42:22 +0100 |
parents | 57d192e26331 |
children | 28075cc658c9 |
line wrap: on
line diff
--- a/layer/LayerGeometryProvider.h Mon Sep 17 13:51:31 2018 +0100 +++ b/layer/LayerGeometryProvider.h Wed Sep 19 15:42:22 2018 +0100 @@ -12,10 +12,11 @@ COPYING included with this distribution for more information. */ -#ifndef LAYER_GEOMETRY_PROVIDER_H -#define LAYER_GEOMETRY_PROVIDER_H +#ifndef SV_LAYER_GEOMETRY_PROVIDER_H +#define SV_LAYER_GEOMETRY_PROVIDER_H #include "base/BaseTypes.h" +#include "base/ZoomLevel.h" #include <QMutex> #include <QMutexLocker>