mirror of
https://github.com/nzbget/nzbget.git
synced 2026-05-24 04:34:30 -04:00
refactor: reworked declaration of global objects (singletones)
This commit is contained in:
@@ -47,9 +47,6 @@
|
||||
#include "Log.h"
|
||||
#include "Util.h"
|
||||
|
||||
extern Options* g_pOptions;
|
||||
extern QueueScriptCoordinator* g_pQueueScriptCoordinator;
|
||||
|
||||
static const char* QUEUE_EVENT_NAMES[] = { "FILE_DOWNLOADED", "NZB_ADDED", "NZB_DOWNLOADED" };
|
||||
|
||||
class QueueScriptController : public Thread, public NZBScriptController
|
||||
|
||||
Reference in New Issue
Block a user