Allow multiple docs to be reoved at once, also react on Delete key.

Reviewed-by: ck
This commit is contained in:
kh1
2010-03-02 16:48:49 +01:00
parent 4025adf647
commit 39a278d43a
3 changed files with 50 additions and 16 deletions

View File

@@ -68,6 +68,10 @@ private slots:
void addDocumentation();
void removeDocumentation();
private:
bool eventFilter(QObject *object, QEvent *event);
void removeDocumentation(const QList<QListWidgetItem*> items);
private:
QHelpEngine *m_helpEngine;
bool m_registeredDocs;