~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to okteta/libs/kasten/core/tests/testdocumentfilesynchronizer.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 11:49:54 UTC
  • mfrom: (0.4.21)
  • Revision ID: package-import@ubuntu.com-20120606114954-rdls73fzlpzxglbx
Tags: 4:4.8.80-0ubuntu1
* New uptream beta release
* Update dont_export_private_classes.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
    This file is part of the Kasten Framework, made within the KDE community.
3
3
 
4
 
    Copyright 2007-2008 Friedrich W. H. Kossebau <kossebau@kde.org>
 
4
    Copyright 2007-2008,2012 Friedrich W. H. Kossebau <kossebau@kde.org>
5
5
 
6
6
    This library is free software; you can redistribute it and/or
7
7
    modify it under the terms of the GNU Lesser General Public
29
29
#include <QtCore/QByteArray>
30
30
 
31
31
 
32
 
namespace Kasten1
 
32
namespace Kasten2
33
33
{
34
34
 
35
35
class TestDocument;
55
55
 
56
56
    virtual AbstractDocument* document() const;
57
57
 
 
58
    virtual LocalSyncState localSyncState() const;
 
59
 
58
60
  public:
59
61
    const QByteArray& header() const;
60
62