~ubuntu-branches/ubuntu/saucy/konsole/saucy-proposed

« back to all changes in this revision

Viewing changes to src/KeyBindingEditor.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-12-07 18:02:30 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20121207180230-bcynrvir42sjg9w5
Tags: 4:4.9.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    KeyboardTranslator* translator() const;
70
70
 
71
71
    /**
 
72
     * Sets the text of the editor's description field.
 
73
     */
 
74
    void setDescription(const QString& description);
 
75
 
 
76
    /**
72
77
     * Returns the text of the editor's description field.
73
78
     */
74
79
    QString description() const;
76
81
    // reimplemented to handle test area input
77
82
    virtual bool eventFilter(QObject* watched , QEvent* event);
78
83
 
79
 
public slots:
80
 
    /**
81
 
     * Sets the text of the editor's description field.
82
 
     */
83
 
    void setDescription(const QString& description);
84
 
 
85
84
private slots:
86
85
    void setTranslatorDescription(const QString& description);
87
86
    void bindingTableItemChanged(QTableWidgetItem* item);