diff view/PaneStack.h @ 1324:13d9b422f7fe zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 13:51:31 +0100
parents 7527701c8076
children 8afea53332f3
line wrap: on
line diff
--- a/view/PaneStack.h	Mon Dec 12 15:18:52 2016 +0000
+++ b/view/PaneStack.h	Mon Sep 17 13:51:31 2018 +0100
@@ -13,8 +13,8 @@
     COPYING included with this distribution for more information.
 */
 
-#ifndef _PANESTACK_H_
-#define _PANESTACK_H_
+#ifndef SV_PANESTACK_H
+#define SV_PANESTACK_H
 
 #include <QFrame>
 
@@ -117,10 +117,10 @@
 
     struct PaneRec
     {
-	Pane          *pane;
-	QWidget       *propertyStack;
+        Pane          *pane;
+        QWidget       *propertyStack;
         QPushButton   *xButton;
-	QLabel        *currentIndicator;
+        QLabel        *currentIndicator;
         QFrame        *frame;
         QGridLayout   *layout;
         AlignmentView *alignmentView;