~ubuntu-branches/debian/sid/chessx/sid

« back to all changes in this revision

Viewing changes to src/database/indexitem.h

  • Committer: Package Import Robot
  • Author(s): Niklas Fiekas
  • Date: 2014-10-06 18:26:02 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20141006182602-4kpiyz31knghkbrq
Tags: 1.2.2-1
* New upstream release.
  - Fix crash and data loss when trying to save a database other than the
    currently selected one.
  - Exclude autogenerated files from source tarball; fixes lintian warning
    source-contains-autogenerated-visual-c++-file.
  - Remove debian/patches/desktop-file.patch; applied upstream.
  - Remove debian/patches/desktop-mime-but-no-exec-code.patch; applied
    upstream.
* debian/chessx.6:
  - Adjust tagline in manpage.
* debian/rules:
  - Remove duplicate QT_SELECT=5.
* debian/control:
  - Update standards version to 3.9.6.0; no relevant changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
    /** Adds an index pair to the IndexItem */
44
44
    void set(TagIndex tagIndex, ValueIndex valueIndex);
 
45
    /** Remove an index */
 
46
    void remove(TagIndex tagIndex);
 
47
 
45
48
    /** returns value of index stored at 'offset' with given 'size' */
46
49
    ValueIndex valueIndex(TagIndex tagIndex) const;
47
50
    bool hasTagIndex(TagIndex tagIndex) const;