comparison panner.h @ 57:f583e44d9d31

* Update copyrights; add debug header
author Chris Cannam
date Tue, 16 Nov 2010 13:57:30 +0000
parents 4286836bb3c9
children 5fc7b4fc77a8
comparison
equal deleted inserted replaced
56:1394c8cbf991 57:f583e44d9d31
1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
2 2
3 /* 3 /*
4 Rosegarden 4 EasyMercurial
5 A MIDI and audio sequencer and musical notation editor. 5
6 Copyright 2000-2010 the Rosegarden development team. 6 Based on HgExplorer by Jari Korhonen
7 7 Copyright (c) 2010 Jari Korhonen
8 Other copyrights also apply to some parts of this work. Please 8 Copyright (c) 2010 Chris Cannam
9 see the AUTHORS file and individual file headers for details. 9 Copyright (c) 2010 Queen Mary, University of London
10 10
11 This program is free software; you can redistribute it and/or 11 This program is free software; you can redistribute it and/or
12 modify it under the terms of the GNU General Public License as 12 modify it under the terms of the GNU General Public License as
13 published by the Free Software Foundation; either version 2 of the 13 published by the Free Software Foundation; either version 2 of the
14 License, or (at your option) any later version. See the file 14 License, or (at your option) any later version. See the file
15 COPYING included with this distribution for more information. 15 COPYING included with this distribution for more information.
16 */ 16 */
17 17
18 #ifndef _RG_PANNER_H_ 18 #ifndef _PANNER_H_
19 #define _RG_PANNER_H_ 19 #define _PANNER_H_
20 20
21 #include <QGraphicsView> 21 #include <QGraphicsView>
22 22
23 class Panned; 23 class Panned;
24 24