| 99 | QList<int> actionIndexes() { return m_actionIndexes; } |
| 100 | int width() { return m_width; } |
| 101 | int height() { return m_height; } |
| 102 | QString sidebarLocation() { return m_sidebarLocation; } |
| 103 | |
| 104 | private: |
no outgoing calls
no test coverage detected