comparison view/View.h @ 1225:37f86e26a8d2

Guard only
author Chris Cannam
date Thu, 26 Jan 2017 21:15:36 +0000
parents c603aba61702
children a34a2a25907c
comparison
equal deleted inserted replaced
1224:d25f1f99c6fa 1225:37f86e26a8d2
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _VIEW_H_ 16 #ifndef SV_VIEW_H
17 #define _VIEW_H_ 17 #define SV_VIEW_H
18 18
19 #include <QFrame> 19 #include <QFrame>
20 #include <QProgressBar> 20 #include <QProgressBar>
21 21
22 #include "layer/LayerGeometryProvider.h" 22 #include "layer/LayerGeometryProvider.h"