~ubuntu-branches/ubuntu/utopic/kdevelop/utopic-proposed

« back to all changes in this revision

Viewing changes to debuggers/gdb/printers/tests/ktexteditortypes.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-12-09 18:54:59 UTC
  • mto: This revision was merged to the branch mainline in revision 79.
  • Revision ID: package-import@ubuntu.com-20131209185459-scdgddyhoqd6c3d1
Tags: upstream-4.6.0
ImportĀ upstreamĀ versionĀ 4.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <ktexteditor/cursor.h>
 
2
#include <ktexteditor/range.h>
 
3
 
 
4
int main()
 
5
{
 
6
    KTextEditor::Cursor cursor(1, 1);
 
7
 
 
8
    KTextEditor::Range range(1, 1, 2, 2);
 
9
    return 0;
 
10
}