summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/psewidget.cpp
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/psewidget.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/psewidget.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/psewidget.cpp b/noncore/apps/oxygen/psewidget.cpp
index 2fd61bc..eb4093b 100644
--- a/noncore/apps/oxygen/psewidget.cpp
+++ b/noncore/apps/oxygen/psewidget.cpp
@@ -41,3 +41,2 @@ PSEWidget::PSEWidget() : QWidget()
41 position( n+1,h,v ); 41 position( n+1,h,v );
42 QList<OxyFrame> PSEframe;
43 PSEframe.append( new OxyFrame( this , QString::number(n), configobj.readEntry( "Symbol" ) ) ); 42 PSEframe.append( new OxyFrame( this , QString::number(n), configobj.readEntry( "Symbol" ) ) );
@@ -67,2 +66,7 @@ QColor PSEWidget::PSEColor( QString block )
67 66
67void PSEWidget::inverseColor( QString number )
68{
69 //foo
70}
71
68void PSEWidget::slotShowElement(QString number) 72void PSEWidget::slotShowElement(QString number)