#include <stdlib.h>
#include <time.h>
#include <qcstring.h>
#include <qdir.h>
#include <qprocess.h>
#include "git.h"
#include "dataloader.h"
Go to the source code of this file.
Defines | |
#define | GUI_UPDATE_INTERVAL 500 |
#define | READ_BLOCK_SIZE 65535 |
#define GUI_UPDATE_INTERVAL 500 |
Definition at line 17 of file dataloader.cpp.
Referenced by DataLoader::on_timeout(), and DataLoader::start().
#define READ_BLOCK_SIZE 65535 |