~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/vcsbase/corelistener.cpp

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
    \brief The CoreListener class catches the closing of a submit editor.
37
37
 
38
 
    Catch the closing of a submit editor to trigger the submit.
 
38
    Catches the closing of a submit editor to trigger the submit.
39
39
    One instance of this class exists, connected to the instances
40
40
    of VcsBasePlugin, which dispatch if the editor kind matches theirs
41
41
    (which is why the approach of passing the bool result was chosen).