summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxyframe.cpp
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/oxyframe.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxyframe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/oxyframe.cpp b/noncore/apps/oxygen/oxyframe.cpp
index 2ce40e7..5a4dbbe 100644
--- a/noncore/apps/oxygen/oxyframe.cpp
+++ b/noncore/apps/oxygen/oxyframe.cpp
@@ -36,6 +36,6 @@ OxyFrame::OxyFrame(QWidget *parent, const char *name, QString symbol )
36 setText( symbol ); 36 setText( symbol );
37} 37}
38 38
39void OxyFrame::mousePressEvent ( QMouseEvent * e ){ 39void OxyFrame::mousePressEvent ( QMouseEvent* /*e*/ ){
40 emit num( N ); 40 emit num( N );
41}; 41};