summaryrefslogtreecommitdiff
path: root/noncore/apps/dagger/configuredlg.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/dagger/configuredlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/dagger/configuredlg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/dagger/configuredlg.h b/noncore/apps/dagger/configuredlg.h
index a91da12..56a4d94 100644
--- a/noncore/apps/dagger/configuredlg.h
+++ b/noncore/apps/dagger/configuredlg.h
@@ -61,15 +61,16 @@ private:
QSpinBox *m_numVerses; // Contains number of verses to display for Bible modules
QCheckBox *m_disableScreenBlank; // Indicates whether to disable automatic screen blanking
// Copy tab's UI controls
QRadioButton *m_copyTextFull; // Verse (Text, Book cc:vv)
QRadioButton *m_copyFull; // Verse (Book cc:vv)
QRadioButton *m_copyVerse; // Verse
QRadioButton *m_copyKey; // Book cc:vv
QLabel *m_copyExample; // Text of copy format example
private slots:
void slotCopyFormatSelected();
+ void slotSelectSwordPath();
};
#endif