![]() |
Mixxx
|
#include <QtDebug>#include "library/songdownloader.h"#include "library/promotracksfeature.h"#include "library/bundledsongswebview.h"#include "library/featuredartistswebview.h"#include "library/trackcollection.h"#include "library/dao/cratedao.h"#include "trackinfoobject.h"#include "defs_promo.h"#include "widget/wlibrary.h"#include "widget/wlibrarysidebar.h"#include "mixxxkeyboard.h"
Go to the source code of this file.
Defines | |
| #define | PROMO_BUNDLE_PATH (config->getConfigPath() + "/promo/" + MIXXX_PROMO_VERSION + "/") |
| #define | LOCAL_HTML_LOCATION (PROMO_BUNDLE_PATH + "index.html") |
| #define LOCAL_HTML_LOCATION (PROMO_BUNDLE_PATH + "index.html") |
Definition at line 35 of file promotracksfeature.cpp.
| #define PROMO_BUNDLE_PATH (config->getConfigPath() + "/promo/" + MIXXX_PROMO_VERSION + "/") |
Definition at line 34 of file promotracksfeature.cpp.