summaryrefslogtreecommitdiff
path: root/src/frontend/bookshelfmanager/instbackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/bookshelfmanager/instbackend.h')
-rw-r--r--src/frontend/bookshelfmanager/instbackend.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/frontend/bookshelfmanager/instbackend.h b/src/frontend/bookshelfmanager/instbackend.h
index 4f60ed9..3a98e5a 100644
--- a/src/frontend/bookshelfmanager/instbackend.h
+++ b/src/frontend/bookshelfmanager/instbackend.h
@@ -10,16 +10,16 @@
#ifndef INSTBACKEND_H
#define INSTBACKEND_H
-#include "backend/managers/cswordbackend.h"
-
-class CSwordModuleInfo;
-
-#include <QString>
#include <QDir>
+#include <QString>
+#include "backend/managers/cswordbackend.h"
+// Sword includes:
#include <installmgr.h>
+class CSwordModuleInfo;
+
namespace instbackend {
/** Adds the source to the backend. */
@@ -55,7 +55,7 @@ const QString configPath();
const QString configFilename();
/** Sets the passive mode for as default.
-* TODO: see if we can en/disable this per source.
+* \todo see if we can en/disable this per source.
*/
void initPassiveFtpMode();