equal
deleted
inserted
replaced
139 playerHash = QString(QCryptographicHash::hash(config->value("net/nick","").toString().toUtf8(), QCryptographicHash::Md5).toHex()); |
139 playerHash = QString(QCryptographicHash::hash(config->value("net/nick","").toString().toUtf8(), QCryptographicHash::Md5).toHex()); |
140 |
140 |
141 ui.pageRoomsList->setSettings(config); |
141 ui.pageRoomsList->setSettings(config); |
142 ui.pageNetGame->chatWidget->setSettings(config); |
142 ui.pageNetGame->chatWidget->setSettings(config); |
143 ui.pageRoomsList->chatWidget->setSettings(config); |
143 ui.pageRoomsList->chatWidget->setSettings(config); |
|
144 #ifdef VIDEOREC |
144 ui.pageVideos->init(config); |
145 ui.pageVideos->init(config); |
|
146 ui.pageOptions->setConfig(config); |
|
147 #endif |
145 |
148 |
146 #ifdef __APPLE__ |
149 #ifdef __APPLE__ |
147 panel = new M3Panel; |
150 panel = new M3Panel; |
148 |
151 |
149 #ifdef SPARKLE_ENABLED |
152 #ifdef SPARKLE_ENABLED |