summaryrefslogtreecommitdiff
path: root/src/QGlib/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/QGlib/signal.h')
-rw-r--r--src/QGlib/signal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/QGlib/signal.h b/src/QGlib/signal.h
index 08b9a9e..b51f770 100644
--- a/src/QGlib/signal.h
+++ b/src/QGlib/signal.h
@@ -232,15 +232,6 @@ BOOST_PP_REPEAT_FROM_TO(0, BOOST_PP_INC(QGLIB_SIGNAL_MAX_ARGS), QGLIB_SIGNAL_CON
#endif //QGLIB_HAVE_CXX0X
-
-/*! \internal This method is used internally from the templated emit() method. */
-Value emit(void *instance, const char *detailedSignal, const QList<Value> & args);
-
-/*! \internal This method is used internally from the templated connect() method. */
-SignalHandler connect(void *instance, const char *detailedSignal,
- const ClosurePtr & closure, ConnectFlags flags = 0);
-
-
} //namespace QGlib
Q_DECLARE_OPERATORS_FOR_FLAGS(QGlib::Signal::SignalFlags)