Revision 1783 trunk/client/gui_qt/WidgetConnections.cpp
| WidgetConnections.cpp (revision 1783) | ||
|---|---|---|
| 25 | 25 |
connect(glue, SIGNAL(partFailed(QString,int,QString,QString,int,int,bool)), SLOT(onPartFailed(QString,int,QString,QString,int,int,bool)), Qt::QueuedConnection); |
| 26 | 26 |
|
| 27 | 27 |
reloadGuiOpts(); |
| 28 |
onConfigChanged(); |
|
| 29 | 28 |
|
| 30 | 29 |
num_disconnected_connections = 0; |
| 31 | 30 |
} |
| ... | ... | |
| 222 | 221 |
{
|
| 223 | 222 |
ConfigGuiOpts opts; |
| 224 | 223 |
hideInactiveConnections = opts.getHideInactiveConnections(); |
| 224 |
onConfigChanged(); |
|
| 225 | 225 |
} |
| 226 | 226 |
|
| 227 | 227 |
void WidgetConnections::timerEvent(QTimerEvent *event) |
Also available in: Unified diff
NNTPGrab

