summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxyframe.h
Side-by-side diff
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
void mousePressEvent( QMouseEvent *);
+ QString N;
+
signals:
- void clicked();
+ /*
+ * this signal emits the name ( the elemen-number )
+ */
+ void num(QString);
};
#endif