summaryrefslogtreecommitdiff
path: root/src/frontend/bookshelfmanager/installpage/btsourcewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/bookshelfmanager/installpage/btsourcewidget.h')
-rw-r--r--src/frontend/bookshelfmanager/installpage/btsourcewidget.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/frontend/bookshelfmanager/installpage/btsourcewidget.h b/src/frontend/bookshelfmanager/installpage/btsourcewidget.h
index 46b7d0a..fbe8426 100644
--- a/src/frontend/bookshelfmanager/installpage/btsourcewidget.h
+++ b/src/frontend/bookshelfmanager/installpage/btsourcewidget.h
@@ -9,16 +9,16 @@
#ifndef BTSOURCEWIDGET_H
#define BTSOURCEWIDGET_H
-class CSwordModuleInfo;
-
#include <QTabWidget>
-#include <QString>
+
#include <QMap>
+#include <QString>
+
class BtInstallMgr;
class BtInstallPage;
class BtSourceArea;
-
+class CSwordModuleInfo;
class QProgressDialog;
class QTreeWidget;
@@ -46,13 +46,13 @@ class BtSourceWidget : public QTabWidget {
private:
void initSourceConnections();
- /** Add tabs/views for each source. */
- void initSources();
/** Add one source to tabs/stack. */
void addSource(const QString& sourceName);
private slots:
+ /** Add tabs/views for each source. */
+ void initSources();
void slotRefresh();
@@ -72,7 +72,8 @@ class BtSourceWidget : public QTabWidget {
void slotTabSelected(int index);
void slotInstallAccepted(QList<CSwordModuleInfo*> mi, QTreeWidget* treeWidget);
-
+ signals:
+ void sigInitSources();
private:
QStringList m_sourceNameList;