comparison 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
comparison
equal deleted inserted replaced
1324:13d9b422f7fe 1325:bc2cb82050a0
10 published by the Free Software Foundation; either version 2 of the 10 published by the Free Software Foundation; either version 2 of the
11 License, or (at your option) any later version. See the file 11 License, or (at your option) any later version. See the file
12 COPYING included with this distribution for more information. 12 COPYING included with this distribution for more information.
13 */ 13 */
14 14
15 #ifndef LAYER_GEOMETRY_PROVIDER_H 15 #ifndef SV_LAYER_GEOMETRY_PROVIDER_H
16 #define LAYER_GEOMETRY_PROVIDER_H 16 #define SV_LAYER_GEOMETRY_PROVIDER_H
17 17
18 #include "base/BaseTypes.h" 18 #include "base/BaseTypes.h"
19 #include "base/ZoomLevel.h"
19 20
20 #include <QMutex> 21 #include <QMutex>
21 #include <QMutexLocker> 22 #include <QMutexLocker>
22 #include <QPainter> 23 #include <QPainter>
23 24