summaryrefslogtreecommitdiff
path: root/quacker/configpages.h
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2016-07-03 01:55:20 -0500
committerJohn Fultz <jfultz@wolfram.com>2016-07-03 01:55:20 -0500
commit0cda99549250c87ab9c9b20044767a7615e279c6 (patch)
treea53d4b1002ff6ae29f63e16aab25dab3082ba9ea /quacker/configpages.h
parent63e3348ace58bb8cc990d418269df61f640fc234 (diff)
Add a scoring option preference.
A checkbox in the preferences dialog now allows you to configure Quackle so that plays with illegal words which are left unchallenged score zero. Obviously, off by default. But useful for entering games as part of the Marty Gabriel/Scott Garner world record scoring attempt. This is apparently what the Guinness folks are looking for.
Diffstat (limited to 'quacker/configpages.h')
-rw-r--r--quacker/configpages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quacker/configpages.h b/quacker/configpages.h
index 6d02ec0..6b61375 100644
--- a/quacker/configpages.h
+++ b/quacker/configpages.h
@@ -52,6 +52,7 @@ private:
QCheckBox *m_verboseLabelsCheck;
QCheckBox *m_scoreLabelsCheck;
QCheckBox *m_octothorpCheck;
+ QCheckBox *m_scoreInvalidAsZero;
QComboBox *m_britishColoringCombo;
};