File: kateproject.cpp

package info (click to toggle)
kdeaddons 2.2.2-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,092 kB
  • ctags: 1,843
  • sloc: cpp: 22,249; sh: 10,647; perl: 2,107; ansic: 888; makefile: 447; python: 303
file content (27 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/***************************************************************************
                          kateproject.cpp  -  description
                             -------------------
    begin                : Mon Jan 15 2001
    copyright            : (C) 2001 by Christoph "Crossfire" Cullmann
    email                : crossfire@babylon2k.de
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#include "kateproject.h"

KateProject::KateProject()
{
}

KateProject::~KateProject()
{
}