summaryrefslogtreecommitdiff
path: root/src/bibletime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bibletime.h')
-rw-r--r--src/bibletime.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bibletime.h b/src/bibletime.h
index 038d58a..a15bd57 100644
--- a/src/bibletime.h
+++ b/src/bibletime.h
@@ -180,6 +180,11 @@ class BibleTime : public QMainWindow {
void clearMdiToolBars();
/**
+ * Returns the main window CKeyChooser
+ */
+ CKeyChooser* keyChooser() const;
+
+ /**
Displays a dialog which asks the user an unlock key for the given module and tries
to unlock the module. If an invalid unlock key is given, a warning message is
issued and the user is again asked for the key.