| 111 | } |
| 112 | |
| 113 | std::vector<std::pair<int, bool>> ModListChangeCategoryMenu::categories() const |
| 114 | { |
| 115 | return categories(this); |
| 116 | } |
| 117 | |
| 118 | std::vector<std::pair<int, bool>> |
| 119 | ModListChangeCategoryMenu::categories(const QMenu* menu) const |
no test coverage detected