~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/qmldesigner/designercore/filemanager/firstdefinitionfinder.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:
53
53
}
54
54
 
55
55
/*!
56
 
  \brief Finds the first object definition inside the object given by offset
57
 
 
58
 
 
59
 
  \arg the offset of the object to search in
60
 
  \return the offset of the first object definition
 
56
    Finds the first object definition inside the object specified by \a offset.
 
57
    Returns the offset of the first object definition.
61
58
  */
62
59
qint32 FirstDefinitionFinder::operator()(quint32 offset)
63
60
{