summaryrefslogtreecommitdiff
path: root/noncore/apps/dagger/configuredlg.h
Unidiff
Diffstat (limited to 'noncore/apps/dagger/configuredlg.h') (more/less context) (show 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:
61 QSpinBox *m_numVerses; // Contains number of verses to display for Bible modules 61 QSpinBox *m_numVerses; // Contains number of verses to display for Bible modules
62 QCheckBox *m_disableScreenBlank; // Indicates whether to disable automatic screen blanking 62 QCheckBox *m_disableScreenBlank; // Indicates whether to disable automatic screen blanking
63 63
64 // Copy tab's UI controls 64 // Copy tab's UI controls
65 QRadioButton *m_copyTextFull; // Verse (Text, Book cc:vv) 65 QRadioButton *m_copyTextFull; // Verse (Text, Book cc:vv)
66 QRadioButton *m_copyFull; // Verse (Book cc:vv) 66 QRadioButton *m_copyFull; // Verse (Book cc:vv)
67 QRadioButton *m_copyVerse; // Verse 67 QRadioButton *m_copyVerse; // Verse
68 QRadioButton *m_copyKey; // Book cc:vv 68 QRadioButton *m_copyKey; // Book cc:vv
69 QLabel *m_copyExample; // Text of copy format example 69 QLabel *m_copyExample; // Text of copy format example
70 70
71private slots: 71private slots:
72 void slotCopyFormatSelected(); 72 void slotCopyFormatSelected();
73 void slotSelectSwordPath();
73}; 74};
74 75
75#endif 76#endif