mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-17 07:26:18 +02:00
Bad lambda type
This commit is contained in:
parent
eb02bdc67f
commit
fdf2f8395d
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,9 @@ private: \
|
||||||
static const QUrl QML; \
|
static const QUrl QML; \
|
||||||
public: \
|
public: \
|
||||||
static void registerType(); \
|
static void registerType(); \
|
||||||
static void show(std::function<void(QQmlContext*, QObject*)> f = [](QQmlContext*, QQuickItem*) {}); \
|
static void show(std::function<void(QQmlContext*, QObject*)> f = [](QQmlContext*, QObject*) {}); \
|
||||||
static void toggle(std::function<void(QQmlContext*, QObject*)> f = [](QQmlContext*, QQuickItem*) {}); \
|
static void toggle(std::function<void(QQmlContext*, QObject*)> f = [](QQmlContext*, QObject*) {}); \
|
||||||
static void load(std::function<void(QQmlContext*, QObject*)> f = [](QQmlContext*, QQuickItem*) {}); \
|
static void load(std::function<void(QQmlContext*, QObject*)> f = [](QQmlContext*, QObject*) {}); \
|
||||||
private:
|
private:
|
||||||
|
|
||||||
#define HIFI_QML_DECL_LAMBDA \
|
#define HIFI_QML_DECL_LAMBDA \
|
||||||
|
|
Loading…
Reference in a new issue