BibleTime
Macros
referencemanager.cpp File Reference
#include "referencemanager.h"
#include <QDebug>
#include <utility>
#include "../../util/btassert.h"
#include "../config/btconfig.h"
#include "../keys/cswordversekey.h"
#include "../drivers/cswordmoduleinfo.h"
#include "btlocalemgr.h"
#include "cswordbackend.h"

Go to the source code of this file.

Macros

#define RET_CASE(t, str)    case t: typeStr = QStringLiteral("standard" str); break
 

Macro Definition Documentation

◆ RET_CASE

#define RET_CASE (   t,
  str 
)     case t: typeStr = QStringLiteral("standard" str); break