]> git.sesse.net Git - kdenlive/blob - src/trackpanelfunction.cpp
Reindent all source files
[kdenlive] / src / trackpanelfunction.cpp
1 /***************************************************************************
2                           trackpanelfunction.cpp  -  description
3                              -------------------
4     begin                : Sun May 18 2003
5     copyright            : (C) 2003 by Jason Wood
6     email                : jasonwood@blueyonder.co.uk
7  ***************************************************************************/
8
9 /***************************************************************************
10  *                                                                         *
11  *   This program is free software; you can redistribute it and/or modify  *
12  *   it under the terms of the GNU General Public License as published by  *
13  *   the Free Software Foundation; either version 2 of the License, or     *
14  *   (at your option) any later version.                                   *
15  *                                                                         *
16  ***************************************************************************/
17 #include "trackpanelfunction.h"
18
19 TrackPanelFunction::TrackPanelFunction() {
20 }
21
22
23 TrackPanelFunction::~TrackPanelFunction() {
24 }
25
26 #include "trackpanelfunction.moc"
27