summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/configdlg.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/odict/configdlg.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/odict/configdlg.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/noncore/apps/odict/configdlg.cpp b/noncore/apps/odict/configdlg.cpp
index eba7dec..1608486 100644
--- a/noncore/apps/odict/configdlg.cpp
+++ b/noncore/apps/odict/configdlg.cpp
@@ -70,3 +70,3 @@ void ConfigDlg::writeEntries()
{
- qDebug( "richtig beendet" );
+ //XXX wozu gibt es diese Methode?
}
@@ -78,3 +78,2 @@ void ConfigDlg::slotNewMethod()
{
- //if ( !dlg.nameLE->text() ) return; //XXX
dlg.saveItem();
@@ -83,3 +82,2 @@ void ConfigDlg::slotNewMethod()
}
- else qDebug( "SearchMethodDlg abgebrochen" );
}
@@ -93,3 +91,2 @@ void ConfigDlg::slotChangeMethod()
{
- //if ( !dlg.nameLE->text() ) return; //XXX geht vielleich nicht
dlg.saveItem();
@@ -98,5 +95,3 @@ void ConfigDlg::slotChangeMethod()
}
- else qDebug( "SearchMethodDlg abgebrochen" );
}
- else qDebug( "kein item angewählt" );
}
@@ -114,3 +109,2 @@ void ConfigDlg::slotDeleteMethod()
}
- else qDebug("no item selected");
}