summaryrefslogtreecommitdiff
path: root/quacker/lister.cpp
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2014-08-12 01:45:48 -0500
committerJohn Fultz <jfultz@wolfram.com>2014-08-12 02:10:43 -0500
commit1e014de2255e9d790b55e5e26ed420df7e6a0790 (patch)
treea479951563ca64807ec0dd7e541b1a8945b4d730 /quacker/lister.cpp
parentaa2b461be4cb045c770b52be71a728f8bc1e0dc1 (diff)
Compiler warnings.
Diffstat (limited to 'quacker/lister.cpp')
-rw-r--r--quacker/lister.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/quacker/lister.cpp b/quacker/lister.cpp
index 55941a8..f36cd9d 100644
--- a/quacker/lister.cpp
+++ b/quacker/lister.cpp
@@ -147,7 +147,7 @@ ListerDialog::ListerDialog(QWidget *parent, const QString &settingsGroup, const
connect(m_writeButton, SIGNAL(clicked()), this, SLOT(writeButtonClicked()));
connect(m_writeNormalButton, SIGNAL(clicked()), this, SLOT(writeNormalButtonClicked()));
connect(m_studyThisButton, SIGNAL(clicked()), this, SLOT(studyButtonClicked()));
- connect(m_closeButton, SIGNAL(clicked()), this, SLOT(done()));
+ connect(m_closeButton, SIGNAL(clicked()), this, SLOT(accept()));
connect(clearButton, SIGNAL(clicked()), this, SLOT(clear()));
connect(openButton, SIGNAL(clicked()), this, SLOT(openFile()));
@@ -309,7 +309,7 @@ void ListerDialog::showFilter(QListWidgetItem *item)
showFilter(item->text());
}
-void ListerDialog::done()
+void ListerDialog::accept()
{
saveSettings();
resetFocus();