BibleTime
Macros
btconnect.h File Reference
#include <QObject>
#include "btassert.h"

Go to the source code of this file.

Macros

#define BT_CONNECT(...)
 

Macro Definition Documentation

◆ BT_CONNECT

#define BT_CONNECT (   ...)
Value:
[&,this]{ \
auto r(this->connect(__VA_ARGS__)); \
BT_ASSERT(r); \
return r; \
}()
QStringList r(content.left(bodyIndex))

Definition at line 20 of file btconnect.h.