|
Vidalia
0.3.1
|
#include "config.h"#include "VidaliaSettings.h"#include "TorSettings.h"#include "Log.h"#include "TorControl.h"#include <QApplication>#include <QMap>#include <QList>#include <QString>#include <QKeySequence>Go to the source code of this file.
Classes | |
| class | Vidalia |
Macros | |
| #define | vApp ((Vidalia *)qApp) |
| #define | vDebug(fmt) (vApp->log(Log::Debug, (fmt))) |
| #define | vInfo(fmt) (vApp->log(Log::Info, (fmt))) |
| #define | vNotice(fmt) (vApp->log(Log::Notice, (fmt))) |
| #define | vWarn(fmt) (vApp->log(Log::Warn, (fmt))) |
| #define | vError(fmt) (vApp->log(Log::Error, (fmt))) |
| #define vApp ((Vidalia *)qApp) |
| #define vDebug | ( | fmt | ) | (vApp->log(Log::Debug, (fmt))) |
| #define vError | ( | fmt | ) | (vApp->log(Log::Error, (fmt))) |
| #define vNotice | ( | fmt | ) | (vApp->log(Log::Notice, (fmt))) |
1.8.17