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

« back to all changes in this revision

Viewing changes to cervisia/logmessageedit.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-14 15:11:09 UTC
  • mfrom: (0.4.22)
  • Revision ID: package-import@ubuntu.com-20120614151109-t9h5vc8qga2sz5yo
Tags: 4:4.8.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#endif
44
44
#if 0
45
45
    // a mouse click stops the completion process
46
 
    connect( this, SIGNAL(clicked(int, int)), SLOT(stopCompletion()) );
 
46
    connect( this, SIGNAL(clicked(int,int)), SLOT(stopCompletion()) );
47
47
#endif
48
48
}
49
49