~ubuntu-branches/ubuntu/utopic/ibus-qt/utopic

« back to all changes in this revision

Viewing changes to src/qibusconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2010-04-10 16:25:47 UTC
  • mfrom: (5.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100410162547-9k8zunomsq7nre2c
Tags: 1.3.0-1
* New upstream release.
* debian/control: bump standards version to 3.8.4.
* debian/source/format: 3.0.
* Fix "FTBFS with binutils-gold" (Closes: #554862)
  - debian/patches/binutils-gold: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
    bool getValue (const QString &section, const QString &name);    // need to process return value;
23
23
    bool setValue (const QString &section, const QString &name, const QDBusVariant &value);
 
24
    bool unset (const QString &section, const QString &name);
24
25
    void destroy (void);
25
26
 
26
27
private :