summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxyframe.h
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/oxyframe.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxyframe.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/oxyframe.h b/noncore/apps/oxygen/oxyframe.h
index 6ff9e27..a19f13c 100644
--- a/noncore/apps/oxygen/oxyframe.h
+++ b/noncore/apps/oxygen/oxyframe.h
@@ -22,8 +22,13 @@ class OxyFrame : public QFrame
22 22
23 void mousePressEvent( QMouseEvent *); 23 void mousePressEvent( QMouseEvent *);
24 24
25 QString N;
26
25 signals: 27 signals:
26 void clicked(); 28 /*
29 * this signal emits the name ( the elemen-number )
30 */
31 void num(QString);
27}; 32};
28 33
29#endif 34#endif