summaryrefslogtreecommitdiff
path: root/src/frontend/bookshelfmanager/installpage/btinstallthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/bookshelfmanager/installpage/btinstallthread.h')
-rw-r--r--src/frontend/bookshelfmanager/installpage/btinstallthread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frontend/bookshelfmanager/installpage/btinstallthread.h b/src/frontend/bookshelfmanager/installpage/btinstallthread.h
index 8a8cb37..a50910f 100644
--- a/src/frontend/bookshelfmanager/installpage/btinstallthread.h
+++ b/src/frontend/bookshelfmanager/installpage/btinstallthread.h
@@ -10,11 +10,11 @@
#ifndef BTINSTALLTHREAD_H
#define BTINSTALLTHREAD_H
-#include "frontend/bookshelfmanager/btinstallmgr.h"
-
#include <QThread>
#include <boost/scoped_ptr.hpp>
+#include "frontend/bookshelfmanager/btinstallmgr.h"
+
class BtInstallProgressDialog;
@@ -78,7 +78,7 @@ class BtInstallThread : public QThread {
BtInstallMgr* m_iMgr;
//BtInstallMgr m_iMgr;
boost::scoped_ptr<sword::InstallSource> m_installSource;
- //TODO: it would be best to get the backend from the bookshelf manager install page
+ /// \todo it would be best to get the backend from the bookshelf manager install page
// where it has already been created. Could fasten the progress dialog startup.
boost::scoped_ptr<CSwordBackend> m_backendForSource;