diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/src/downloadlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/downloadlist.cpp b/src/src/downloadlist.cpp index 457fab2..5f4a89d 100644 --- a/src/src/downloadlist.cpp +++ b/src/src/downloadlist.cpp @@ -37,7 +37,7 @@ DownloadList::DownloadList(OrganizerCore& core, QObject* parent) {
connect(&m_manager, SIGNAL(update(int)), this, SLOT(update(int)));
connect(&m_manager, SIGNAL(aboutToUpdate()), this, SLOT(aboutToUpdate()));
- connect(&m_manager, SIGNAL(stateChanged(int,int)), this, SLOT(rowChanged(int)));
+ connect(&m_manager, SIGNAL(stateChanged(int,DownloadManager::DownloadState)), this, SLOT(rowChanged(int)));
}
int DownloadList::rowCount(const QModelIndex& parent) const
|
