summaryrefslogtreecommitdiff
path: root/src/frontend/bookshelfmanager/installpage/btinstallprogressdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/bookshelfmanager/installpage/btinstallprogressdialog.h')
-rw-r--r--src/frontend/bookshelfmanager/installpage/btinstallprogressdialog.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/frontend/bookshelfmanager/installpage/btinstallprogressdialog.h b/src/frontend/bookshelfmanager/installpage/btinstallprogressdialog.h
index 79c6331..1d8113a 100644
--- a/src/frontend/bookshelfmanager/installpage/btinstallprogressdialog.h
+++ b/src/frontend/bookshelfmanager/installpage/btinstallprogressdialog.h
@@ -11,18 +11,15 @@
#define BTINSTALLPROGRESSDIALOG_H
#include <QDialog>
-#include <QString>
+
#include <QMultiMap>
+#include <QString>
-class QTreeWidget;
-class QTreeWidgetItem;
class BtInstallThread;
+class QTreeWidget;
+class QTreeWidgetItem;
-
-/**
-
-*/
class BtInstallProgressDialog : public QDialog {
Q_OBJECT
public:
@@ -50,7 +47,7 @@ class BtInstallProgressDialog : public QDialog {
private:
- //TODO: using maps is tedious and error prone. Find better solution for handling the modules
+ /// \todo using maps is tedious and error prone. Find better solution for handling the modules
// and their states.
QMultiMap<QString, BtInstallThread*> m_waitingThreads;
QMultiMap<QString, BtInstallThread*> m_runningThreads;