| 131 | |
| 132 | |
| 133 | MainWindowPrivate::~MainWindowPrivate() |
| 134 | { |
| 135 | // create working copy as messages are auto-removing themselves from the hash on destruction |
| 136 | const auto messages = m_messageHash.keys(); |
| 137 | qDeleteAll(messages); |
| 138 | } |
| 139 | |
| 140 | void MainWindowPrivate::adaptToDockWidgetVisibilities() |
| 141 | { |