summaryrefslogtreecommitdiff
path: root/src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h')
-rw-r--r--src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h b/src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h
index 64c7f21..12df221 100644
--- a/src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h
+++ b/src/frontend/bookshelfmanager/cswordsetupinstallsourcesdialog.h
@@ -28,7 +28,9 @@ class CSwordSetupInstallSourcesDialog : public QDialog {
public:
sword::InstallSource getSource();
- bool wasRemoteListAdded() {return m_remoteListAdded;}
+ bool wasRemoteListAdded() {
+ return m_remoteListAdded;
+ }
CSwordSetupInstallSourcesDialog();
protected slots: