Cleanup C++ to Lisp translation
src/smoke-c/csmokebinding.cpp
Sun Aug 2 12:12:41 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Cleanup C++ to Lisp translation
--- old-smoke/src/smoke-c/csmokebinding.cpp 2014-10-30 08:12:10.000000000 +0100
+++ new-smoke/src/smoke-c/csmokebinding.cpp 2014-10-30 08:12:10.000000000 +0100
@@ -1,6 +1,7 @@
#include "csmokebinding.h"
#include <QtGlobal>
+#include <QDebug>
namespace cl_smoke
{
@@ -13,6 +14,7 @@
/** @typedef Binding::destructed
* Callback when a Smoke object is destructed.
*
+ * @param class_index Index of the object's class.
* @param object pointer to the object
*/