#include <unistd.h>
#include <qapplication.h>
#include <qsettings.h>
#include <qeventloop.h>
#include <qregexp.h>
#include <qtextcodec.h>
#include "exceptionmanager.h"
#include "rangeselectimpl.h"
#include "lanes.h"
#include "myprocess.h"
#include "cache.h"
#include "annotate.h"
#include "mainimpl.h"
#include "dataloader.h"
#include "git.h"
Go to the source code of this file.
Defines | |
#define | POST_MSG(x) QApplication::postEvent(parent(), new MessageEvent(x)) |
Functions | |
static bool | vecContains (const QValueVector< int > &vect, int value) |
#define POST_MSG | ( | x | ) | QApplication::postEvent(parent(), new MessageEvent(x)) |
static bool vecContains | ( | const QValueVector< int > & | vect, | |
int | value | |||
) | [static] |