#include <cstdio>#include <iostream>#include <qlabel.h>#include <qsizepolicy.h>#include <qmessagebox.h>#include "song.h"#include "song-slot.h"#include "scripts.h"#include "embedded-files.h"#include "version.h"#include "analyzers-manager.h"#include "log-viewer.h"#include "overseer.h"#include "info.h"
Classes | |
| class | CheckersManager |
Variables | |
| CheckersManager | checkers |
The checking process will create a local file send it to the receiving side and try to decode it. If some correct timing information returns we know that the communication succeeded and that the decoding process worked. The receiving side will also be called with a verify argument to check which players exist and what version they are...
Referenced by SongSlot::startChecking().
1.6.2