summaryrefslogtreecommitdiffhomepage
path: root/compat/qt-signal.cpp
blob: 8c23866ba3ee3bf1e87a2c3fa2da585135e9710d (plain)
1
2
3
4
5
6
7
#define OTR_GENERATE_SIGNAL3(type) void sig_##type::operator()(const type& x) const { notify(x); }
#include "qt-signal.hpp"
namespace _qt_sig_impl {

sig_void::sig_void(QObject* parent) : QObject(parent) {}

}