~ubuntu-branches/ubuntu/quantal/kate/quantal-proposed

« back to all changes in this revision

Viewing changes to part/tests/vimode_test.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-14 13:28:06 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: package-import@ubuntu.com-20111214132806-aa2uf6ri5w2p8ak3
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <kateviinputmodemanager.h>
27
27
#include <kateview.h>
28
28
 
29
 
 
30
29
class ViModeTest : public QObject
31
30
{
32
31
  Q_OBJECT
44
43
 
45
44
  void InsertModeTests();
46
45
  void VisualModeTests();
 
46
  void CommandModeTests();
47
47
 
48
48
 
49
49
private: