| 58 | QString helpPage() const override { return "Texture-packs"; } |
| 59 | |
| 60 | virtual bool shouldDisplay() const override |
| 61 | { |
| 62 | return m_instance->traits().contains("texturepacks"); |
| 63 | } |
| 64 | |
| 65 | public slots: |
| 66 | bool onSelectionChanged(const QModelIndex& current, const QModelIndex& previous) override |