~kubuntu-members/kompare/4.11

« back to all changes in this revision

Viewing changes to libdiff2/diffhunk.cpp

  • Committer: Otto Bruggeman
  • Date: 2003-08-22 20:54:19 UTC
  • Revision ID: git-v1:d09a8c32a5056998bdb6f604549a5f24c8f6fe75
Die make_it_cool, die kompare! :)

svn path=/trunk/kdesdk/kompare/; revision=244089

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
                                diffhunk.cpp  -  description
3
3
                                -------------------
4
4
        begin                   : Sun Mar 4 2001
5
 
        copyright               : (C) 2001 by Otto Bruggeman
 
5
        copyright               : (C) 2001-2003 by Otto Bruggeman
6
6
                                  and John Firebaugh
7
7
        email                   : otto.bruggeman@home.nl
8
8
                                  jfirebaugh@kde.org
9
9
****************************************************************************/
10
 
 
 
10
 
11
11
/***************************************************************************
12
12
**
13
13
**   This program is free software; you can redistribute it and/or modify
21
21
#include "difference.h"
22
22
#include "diffhunk.h"
23
23
 
 
24
using namespace Diff2;
 
25
 
24
26
DiffHunk::DiffHunk( int sourceLine, int destinationLine, QString function ) :
25
27
        m_sourceLine( sourceLine ),
26
28
        m_destinationLine( destinationLine ),