~ubuntu-branches/ubuntu/oneiric/kdepim/oneiric-security

« back to all changes in this revision

Viewing changes to libkdepim/kcheckcombobox.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-22 18:24:40 UTC
  • mfrom: (0.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20101222182440-ju0oewt2kl096yii
Tags: 4:4.4.9-0ubuntu1
* New upstream release
* Readd kubuntu_02_kalarm_kstatusnotifieritem.diff inadvertently left out of
  debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    virtual bool eventFilter( QObject *receiver, QEvent *event );
61
61
 
62
62
  public Q_SLOTS:
 
63
    /**
 
64
     * Sets the currently selected items. Items that are not found in the model
 
65
     * are silently ignored.
 
66
     *
 
67
     * @param items The items that will be set to checked.
 
68
     * TODO: pass the Role, now it's using Qt::UserRole because that's what korganizer needs
 
69
     * (and korg is the only user) but to make KCheckComboBox an independent component,
 
70
     * we must remove that hardcoded role.
 
71
     */
63
72
    void setCheckedItems( const QStringList &items );
64
73
 
65
74
  Q_SIGNALS: