| 798 | |
| 799 | |
| 800 | void NTabWidget::changeEditorStyle() { |
| 801 | for (int i=0; i<browserList->size(); i++) { |
| 802 | browserList->at(i)->setEditorStyle(); |
| 803 | } |
| 804 | for (int i=0; i<externalList->size(); i++) { |
| 805 | externalList->at(i)->browser->setEditorStyle(); |
| 806 | } |
| 807 | } |
| 808 | |
| 809 | |
| 810 | void NTabWidget::escapeKeyListener() { |
no test coverage detected