From: Carsten Niehaus Date: Wed, 28 Jun 2006 18:04:37 +0000 (+0000) Subject: * First implementation of the calculation stuff X-Git-Tag: v3.80.3~103^2~34 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=17452b17d124cf4b8fe7f99f6a22c0d818c105c5;p=libqmvoc.git * First implementation of the calculation stuff svn path=/trunk/KDE/kdeedu/kalzium/src/kalziumglwidget.h; revision=555917 --- diff --git a/kalzium/kalziumglwidget.h b/kalzium/kalziumglwidget.h index 109c029..dd3ee42 100644 --- a/kalzium/kalziumglwidget.h +++ b/kalzium/kalziumglwidget.h @@ -156,6 +156,12 @@ class KalziumGLWidget : public QGLWidget */ inline OpenBabel::OBMol* molecule () const { return m_molecule; } + + signals: + /** + * the atoms in @p atoms have been selected by the user + */ + void atomsSelected( QList atoms ); public slots: /**