forked from qt-creator/qt-creator
Allow multiple docs to be reoved at once, also react on Delete key.
Reviewed-by: ck
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user